summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index a566b3f4..84bc7e88 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -77,9 +77,11 @@ in {
77 services.prosody = { 77 services.prosody = {
78 enable = true; 78 enable = true;
79 admins = [ 79 admins = [
80 "gkleen@xmpp.li" 80 "g@xmpp.li"
81 ]; 81 ];
82 allowRegistration = false; 82 allowRegistration = false;
83 otherModules = [ "private"
84 ];
83 85
84 virtualHosts.default = { 86 virtualHosts.default = {
85 enabled = true; 87 enabled = true;