summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/ymir.nix b/ymir.nix
index dd57fbc4..a1cf3d97 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -115,10 +115,10 @@ in {
115 }; 115 };
116 }; 116 };
117 security.pam.services."xmpp".text = '' 117 security.pam.services."xmpp".text = ''
118 auth required pam_warn.so audit 118 auth required pam_warn.so audit
119 auth required pam_succeed_if.so user ingroup xmpp audit 119 auth required pam_succeed_if.so user ingroup xmpp audit
120 auth sufficient pam_unix.so nullok audit 120 auth sufficient pam_unix.so audit
121 auth requred pam_deny.so audit 121 auth required pam_deny.so audit
122 ''; 122 '';
123 users.groups."xmpp" = { 123 users.groups."xmpp" = {
124 members = [ "gkleen" 124 members = [ "gkleen"