diff options
| -rw-r--r-- | ymir.nix | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -107,11 +107,11 @@ in { | |||
| 107 | }; | 107 | }; |
| 108 | }; | 108 | }; |
| 109 | security.pam.services."xmpp".text = '' | 109 | security.pam.services."xmpp".text = '' |
| 110 | auth required pam_warn.so | 110 | auth required pam_warn.so audit |
| 111 | auth required pam_succeed_if.so user ingroup xmpp | 111 | auth required pam_succeed_if.so user ingroup xmpp audit |
| 112 | auth [success=1 default=ignore] pam_unix.so obscure sha512 nodelay | 112 | auth [success=1 default=ignore] pam_unix.so obscure sha512 nodelay audit |
| 113 | auth requisite pam_deny.so | 113 | auth requisite pam_deny.so audit |
| 114 | auth required pam_permit.so | 114 | auth required pam_permit.so audit |
| 115 | ''; | 115 | ''; |
| 116 | users.groups."xmpp" = { | 116 | users.groups."xmpp" = { |
| 117 | members = [ "gkleen" | 117 | members = [ "gkleen" |
