From 4fc18e625503348d321e2ae4819f8205ae6e8e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20H=C3=BCrlimann?= Date: Sat, 16 May 2026 15:15:38 +0200 Subject: [PATCH] nixos/tests/vsftpd: enable vsftpd pam service to fix/workaround 5aa9012 regression --- nixos/tests/vsftpd.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/vsftpd.nix b/nixos/tests/vsftpd.nix index f3bd182a3748..543510f26281 100644 --- a/nixos/tests/vsftpd.nix +++ b/nixos/tests/vsftpd.nix @@ -4,6 +4,8 @@ nodes = { server = { + security.pam.services.vsftpd.enable = true; + services.vsftpd = { enable = true; userlistDeny = false;