summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 50f27b16..c066b996 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -115,7 +115,6 @@ in {
115 }; 115 };
116 }; 116 };
117 security.pam.services."xmpp".text = '' 117 security.pam.services."xmpp".text = ''
118 auth requisite pam_succeed_if.so user ingroup xmpp
119 auth required pam_unix.so audit 118 auth required pam_unix.so audit
120 ''; 119 '';
121 users.groups."xmpp" = { 120 users.groups."xmpp" = {