mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/tests/vsftpd: enable vsftpd pam service to fix/workaround 5aa9012 regression
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
nodes = {
|
||||
server = {
|
||||
security.pam.services.vsftpd.enable = true;
|
||||
|
||||
services.vsftpd = {
|
||||
enable = true;
|
||||
userlistDeny = false;
|
||||
|
||||
Reference in New Issue
Block a user