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