diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-27 16:31:30 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-27 16:31:30 +0200 |
| commit | 030b76ee01715e173b13f2f0ea0db22cc4332acb (patch) | |
| tree | e82083416349744a2d8473c583f1837fc623c567 | |
| parent | 304505767fe2b977b577f77fea252595741283ee (diff) | |
| download | nixos-030b76ee01715e173b13f2f0ea0db22cc4332acb.tar nixos-030b76ee01715e173b13f2f0ea0db22cc4332acb.tar.gz nixos-030b76ee01715e173b13f2f0ea0db22cc4332acb.tar.bz2 nixos-030b76ee01715e173b13f2f0ea0db22cc4332acb.tar.xz nixos-030b76ee01715e173b13f2f0ea0db22cc4332acb.zip | |
registered auth_pam with prosody
| -rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -91,6 +91,7 @@ in { | |||
| 91 | ]; | 91 | ]; |
| 92 | allowRegistration = false; | 92 | allowRegistration = false; |
| 93 | extraModules = [ "private" | 93 | extraModules = [ "private" |
| 94 | "auth_pam" | ||
| 94 | ]; | 95 | ]; |
| 95 | extraConfig = '' | 96 | extraConfig = '' |
| 96 | authentication="pam" | 97 | authentication="pam" |
