diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-06-20 22:35:15 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-06-20 22:35:15 +0200 |
commit | 14d4b24cc9b7a7c5e1c12064c2307612f6794081 (patch) | |
tree | 7766c41fc3da3ef4e0ca6b077b3806075baf06c5 | |
parent | e5edf71c0e0108a39003ee9144b1667427c0b323 (diff) | |
download | nixos-14d4b24cc9b7a7c5e1c12064c2307612f6794081.tar nixos-14d4b24cc9b7a7c5e1c12064c2307612f6794081.tar.gz nixos-14d4b24cc9b7a7c5e1c12064c2307612f6794081.tar.bz2 nixos-14d4b24cc9b7a7c5e1c12064c2307612f6794081.tar.xz nixos-14d4b24cc9b7a7c5e1c12064c2307612f6794081.zip |
...
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -313,7 +313,9 @@ in rec { | |||
313 | }; | 313 | }; |
314 | security.pam.services."xmpp".text = '' | 314 | security.pam.services."xmpp".text = '' |
315 | auth requisite pam_succeed_if.so user ingroup xmpp | 315 | auth requisite pam_succeed_if.so user ingroup xmpp |
316 | auth required pam_unix.so audit | 316 | auth [success=1 default=ignore] pam_unix.so obscure sha512 nodelay |
317 | auth requisite pam_deny.so | ||
318 | auth required pam_permit.so | ||
317 | ''; | 319 | ''; |
318 | users.groups."shadow" = { | 320 | users.groups."shadow" = { |
319 | members = [ "prosody" | 321 | members = [ "prosody" |