diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-06-20 22:37:11 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-06-20 22:37:11 +0200 |
commit | 73558e1f61ebd8cd7b414be4d03c2ae8e9a40244 (patch) | |
tree | f319a756ca90a1f8106fb583eaad26a94329343c | |
parent | 56b14fb711aa60c1b279ea61e325993b5dcb7fcb (diff) | |
download | nixos-73558e1f61ebd8cd7b414be4d03c2ae8e9a40244.tar nixos-73558e1f61ebd8cd7b414be4d03c2ae8e9a40244.tar.gz nixos-73558e1f61ebd8cd7b414be4d03c2ae8e9a40244.tar.bz2 nixos-73558e1f61ebd8cd7b414be4d03c2ae8e9a40244.tar.xz nixos-73558e1f61ebd8cd7b414be4d03c2ae8e9a40244.zip |
...
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -313,7 +313,7 @@ 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 [success=1 default=ignore] pam_unix.so obscure sha512 nodelay | 316 | auth [success=1 default=ignore] pam_unix.so sha512 nodelay |
317 | auth requisite pam_deny.so | 317 | auth requisite pam_deny.so |
318 | auth required pam_permit.so | 318 | auth required pam_permit.so |
319 | ''; | 319 | ''; |