diff options
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; |