summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/ymir.nix b/ymir.nix
index 89b5e5cb..a566b3f4 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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;