diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-25 16:48:35 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-25 16:48:35 +0200 |
commit | 18420655629ba57fa13e71a38ce69fca4fe963c2 (patch) | |
tree | 6a7427f9ae88551c80adde305658861138c56cf0 | |
parent | a16ff44def92670ef50c5049b462749d9d69a190 (diff) | |
download | nixos-18420655629ba57fa13e71a38ce69fca4fe963c2.tar nixos-18420655629ba57fa13e71a38ce69fca4fe963c2.tar.gz nixos-18420655629ba57fa13e71a38ce69fca4fe963c2.tar.bz2 nixos-18420655629ba57fa13e71a38ce69fca4fe963c2.tar.xz nixos-18420655629ba57fa13e71a38ce69fca4fe963c2.zip |
logging is already configured for syslog
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -83,7 +83,6 @@ in { | |||
83 | extraConfig = '' | 83 | extraConfig = '' |
84 | plugin_paths = { "${prosodyModules}" } | 84 | plugin_paths = { "${prosodyModules}" } |
85 | authentication = "pam" | 85 | authentication = "pam" |
86 | log = "syslog" | ||
87 | ''; | 86 | ''; |
88 | extraModules = [ "auth_pam" | 87 | extraModules = [ "auth_pam" |
89 | ]; | 88 | ]; |