diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-27 00:57:24 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-27 00:57:24 +0200 |
commit | a3c419b81d553e360137fab7041c57158789e79f (patch) | |
tree | 4a86d984311a7b1eb4b2db2ebb5e8514a3e7c84a /ymir.nix | |
parent | 25cff9f94f11cfd6c8a6e1cade5a0170123b4604 (diff) | |
download | nixos-a3c419b81d553e360137fab7041c57158789e79f.tar nixos-a3c419b81d553e360137fab7041c57158789e79f.tar.gz nixos-a3c419b81d553e360137fab7041c57158789e79f.tar.bz2 nixos-a3c419b81d553e360137fab7041c57158789e79f.tar.xz nixos-a3c419b81d553e360137fab7041c57158789e79f.zip |
sql storage has no advantage over internal
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -80,16 +80,6 @@ in { | |||
80 | "gkleen@xmpp.li" | 80 | "gkleen@xmpp.li" |
81 | ]; | 81 | ]; |
82 | allowRegistration = false; | 82 | allowRegistration = false; |
83 | extraConfig = '' | ||
84 | plugin_paths = { } | ||
85 | log = { | ||
86 | error = "syslog"; | ||
87 | info = "syslog"; | ||
88 | } | ||
89 | storage = "sql" | ||
90 | ''; | ||
91 | extraModules = [ "storage_sql" | ||
92 | ]; | ||
93 | 83 | ||
94 | virtualHosts.default = { | 84 | virtualHosts.default = { |
95 | enabled = true; | 85 | enabled = true; |