summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-25 17:30:19 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-25 17:30:19 +0200
commit8a25312edd0533572249dda91d654f421f597fc2 (patch)
tree0c1782941f4128161181f4df86e4f0fd74ef0374 /ymir.nix
parent3780b4062071d59d4531bc645b4f09bd2094979b (diff)
downloadnixos-8a25312edd0533572249dda91d654f421f597fc2.tar
nixos-8a25312edd0533572249dda91d654f421f597fc2.tar.gz
nixos-8a25312edd0533572249dda91d654f421f597fc2.tar.bz2
nixos-8a25312edd0533572249dda91d654f421f597fc2.tar.xz
nixos-8a25312edd0533572249dda91d654f421f597fc2.zip
reinstated custom config
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix15
1 files changed, 4 insertions, 11 deletions
diff --git a/ymir.nix b/ymir.nix
index 4439cd8a..c621c5ea 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -81,18 +81,11 @@ in {
81 ]; 81 ];
82 allowRegistration = false; 82 allowRegistration = false;
83 extraConfig = '' 83 extraConfig = ''
84 log = { 84 plugin_paths = { "${prosodyModules}" }
85 info = "/var/lib/prosody/info.log"; 85 authentication = "pam"
86 error = "/var/lib/prosody/error.log";
87 "*syslog";
88 }
89 ''; 86 '';
90 # extraConfig = '' 87 extraModules = [ "auth_pam"
91 # plugin_paths = { "${prosodyModules}" } 88 ];
92 # authentication = "pam"
93 # '';
94 # extraModules = [ "auth_pam"
95 # ];
96 89
97 virtualHosts.default = { 90 virtualHosts.default = {
98 enabled = true; 91 enabled = true;