summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
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;