diff options
| -rw-r--r-- | ymir.nix | 15 |
1 files changed, 4 insertions, 11 deletions
| @@ -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; |
