forked from nyanloutre/nixos-config
vsftpd: fix pam
This commit is contained in:
parent
2da8af253d
commit
e1fbcd0143
@ -13,10 +13,11 @@
|
|||||||
localUsers = true;
|
localUsers = true;
|
||||||
userlist = ["claire" "manu" "lakeu" "fusil" "stryxion" "nico"];
|
userlist = ["claire" "manu" "lakeu" "fusil" "stryxion" "nico"];
|
||||||
rsaCertFile = "/var/lib/acme/nyanlout.re/full.pem";
|
rsaCertFile = "/var/lib/acme/nyanlout.re/full.pem";
|
||||||
|
localRoot = "/mnt/medias";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
pasv_min_port=64000
|
pasv_min_port=64000
|
||||||
pasv_max_port=65535
|
pasv_max_port=65535
|
||||||
local_root=/mnt/medias
|
pam_service_name=vsftpd
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user