From a6269b2a8ad2c390d31f2eef01c50ebc57d349db Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 5 Dec 2017 22:28:28 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ymir.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ymir.nix b/ymir.nix index 5474aca3..2319fcfc 100644 --- a/ymir.nix +++ b/ymir.nix @@ -979,8 +979,8 @@ in rec { security.pam.services."vsftpd".text = '' auth requisite pam_succeed_if.so user ingroup ftp - auth include system-user - account include system-user - session include system-user + auth include ftp + account include ftp + session include ftp ''; } -- cgit v1.2.3