diff options
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -116,7 +116,7 @@ in { | |||
| 116 | }; | 116 | }; |
| 117 | security.pam.services."xmpp".text = '' | 117 | security.pam.services."xmpp".text = '' |
| 118 | auth requisite pam_succeed_if.so user ingroup xmpp | 118 | auth requisite pam_succeed_if.so user ingroup xmpp |
| 119 | auth required pam_unix.so audit | 119 | auth required pam_unix.so nonull audit |
| 120 | ''; | 120 | ''; |
| 121 | users.groups."xmpp" = { | 121 | users.groups."xmpp" = { |
| 122 | members = [ "gkleen" | 122 | members = [ "gkleen" |
