diff options
| -rw-r--r-- | ymir.nix | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -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; | 
