diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-21 16:47:04 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-21 16:47:04 +0200 |
| commit | dbf03b6b4c335fed8fb928137828da675e16ec3f (patch) | |
| tree | 2cdff316b06f0d82b46af52ab656eab158ef04c3 | |
| parent | f85a9f4407cb5f6a4223d3be14974e78e65b54c9 (diff) | |
| download | nixos-dbf03b6b4c335fed8fb928137828da675e16ec3f.tar nixos-dbf03b6b4c335fed8fb928137828da675e16ec3f.tar.gz nixos-dbf03b6b4c335fed8fb928137828da675e16ec3f.tar.bz2 nixos-dbf03b6b4c335fed8fb928137828da675e16ec3f.tar.xz nixos-dbf03b6b4c335fed8fb928137828da675e16ec3f.zip | |
…
| -rw-r--r-- | ymir.nix | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -270,13 +270,15 @@ in rec { | |||
| 270 | "watchuntrusted" | 270 | "watchuntrusted" |
| 271 | ]; | 271 | ]; |
| 272 | extraConfig = '' | 272 | extraConfig = '' |
| 273 | daemonize = false | ||
| 274 | |||
| 273 | reload_modules = { "group", "tls" } | 275 | reload_modules = { "group", "tls" } |
| 274 | authentication="custom" | 276 | authentication="custom" |
| 275 | custom_alias_file="/etc/prosody/aliases" | 277 | custom_alias_file="/etc/prosody/aliases" |
| 276 | custom_alias_secret_file="/etc/prosody/alias_secret" | 278 | custom_alias_secret_file="/etc/prosody/alias_secret" |
| 277 | 279 | ||
| 278 | log = { | 280 | log = { |
| 279 | { levels = { min = "debug" }, to = "console" } | 281 | { levels = { min = "info" }, to = "console" } |
| 280 | } | 282 | } |
| 281 | 283 | ||
| 282 | Component "alias.xmpp.li" | 284 | Component "alias.xmpp.li" |
