diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-25 17:23:17 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-25 17:23:17 +0200 |
commit | 3780b4062071d59d4531bc645b4f09bd2094979b (patch) | |
tree | e232e1b2c3e3c0814cf227aa12cb481e55034837 /ymir.nix | |
parent | 1083ff30c841076ce5e376c5c7c494fa8a9e18fd (diff) | |
download | nixos-3780b4062071d59d4531bc645b4f09bd2094979b.tar nixos-3780b4062071d59d4531bc645b4f09bd2094979b.tar.gz nixos-3780b4062071d59d4531bc645b4f09bd2094979b.tar.bz2 nixos-3780b4062071d59d4531bc645b4f09bd2094979b.tar.xz nixos-3780b4062071d59d4531bc645b4f09bd2094979b.zip |
trying new log format
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -80,6 +80,13 @@ in { | |||
80 | "gkleen@xmpp.li" | 80 | "gkleen@xmpp.li" |
81 | ]; | 81 | ]; |
82 | allowRegistration = false; | 82 | allowRegistration = false; |
83 | extraConfig = '' | ||
84 | log = { | ||
85 | info = "/var/lib/prosody/info.log"; | ||
86 | error = "/var/lib/prosody/error.log"; | ||
87 | "*syslog"; | ||
88 | } | ||
89 | ''; | ||
83 | # extraConfig = '' | 90 | # extraConfig = '' |
84 | # plugin_paths = { "${prosodyModules}" } | 91 | # plugin_paths = { "${prosodyModules}" } |
85 | # authentication = "pam" | 92 | # authentication = "pam" |