diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 optional pam_warn.so |
119 | auth required pam_succeed_if.so user ingroup xmpp audit | 119 | auth requisite pam_succeed_if.so user ingroup xmpp |
120 | auth sufficient pam_unix.so try_first_pass audit | 120 | auth sufficient pam_unix.so audit |
121 | auth required pam_deny.so audit | 121 | auth required pam_deny.so |
122 | ''; | 122 | ''; |
123 | users.groups."xmpp" = { | 123 | users.groups."xmpp" = { |
124 | members = [ "gkleen" | 124 | members = [ "gkleen" |