diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-07-12 20:08:15 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-07-12 20:08:15 +0200 |
| commit | 85adcc4e2d17646480a50d878efe54e1a31e242d (patch) | |
| tree | 0c3ba5df068fdfb319f061344fc1136dfe2afda7 | |
| parent | ef845d04aab9791f80eb05417513840d08c63999 (diff) | |
| download | nixos-85adcc4e2d17646480a50d878efe54e1a31e242d.tar nixos-85adcc4e2d17646480a50d878efe54e1a31e242d.tar.gz nixos-85adcc4e2d17646480a50d878efe54e1a31e242d.tar.bz2 nixos-85adcc4e2d17646480a50d878efe54e1a31e242d.tar.xz nixos-85adcc4e2d17646480a50d878efe54e1a31e242d.zip | |
...
| -rw-r--r-- | ymir.nix | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -247,7 +247,8 @@ in rec { | |||
| 247 | 247 | ||
| 248 | security.pam.services."xmpp".text = '' | 248 | security.pam.services."xmpp".text = '' |
| 249 | auth requisite pam_succeed_if.so user ingroup xmpp | 249 | auth requisite pam_succeed_if.so user ingroup xmpp |
| 250 | auth required pam_unix.so audit | 250 | auth required pam_unix.so audit likeauth nullok nodelay |
| 251 | account sufficient pam_unix.so | ||
| 251 | ''; | 252 | ''; |
| 252 | users.groups."shadow" = { | 253 | users.groups."shadow" = { |
| 253 | members = [ "ejabberd" | 254 | members = [ "ejabberd" |
