diff options
| -rw-r--r-- | ymir.nix | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -117,9 +117,8 @@ in { | |||
| 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 [success=1 default=ignore] pam_unix.so sha512 nodelay audit | 120 | auth sufficient pam_unix.so nullok audit |
| 121 | auth requisite pam_deny.so audit | 121 | auth requred pam_deny.so audit |
| 122 | auth required pam_permit.so audit | ||
| 123 | ''; | 122 | ''; |
| 124 | users.groups."xmpp" = { | 123 | users.groups."xmpp" = { |
| 125 | members = [ "gkleen" | 124 | members = [ "gkleen" |
