diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-15 19:24:53 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-15 19:24:53 +0100 |
commit | 3f3545f1ce1ec787ce0cd413135b8fdeaf018d38 (patch) | |
tree | ea4e2011b179cdbbea65669d9e9b8d968d7ce9a1 /ymir.nix | |
parent | 719be2af33edcb48fb228d764259f3be3f5b1b02 (diff) | |
download | nixos-3f3545f1ce1ec787ce0cd413135b8fdeaf018d38.tar nixos-3f3545f1ce1ec787ce0cd413135b8fdeaf018d38.tar.gz nixos-3f3545f1ce1ec787ce0cd413135b8fdeaf018d38.tar.bz2 nixos-3f3545f1ce1ec787ce0cd413135b8fdeaf018d38.tar.xz nixos-3f3545f1ce1ec787ce0cd413135b8fdeaf018d38.zip |
muc.xmpp.li
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -228,6 +228,11 @@ in rec { | |||
228 | 228 | ||
229 | Component "alias.xmpp.li" | 229 | Component "alias.xmpp.li" |
230 | Include "/etc/prosody/alias.xmpp.li.cfg.lua" | 230 | Include "/etc/prosody/alias.xmpp.li.cfg.lua" |
231 | |||
232 | Component "muc.xmpp.li" "muc" | ||
233 | restrict_room_creation = true | ||
234 | max_history_messages = 100 | ||
235 | name = "Multi-user chats" | ||
231 | ''; | 236 | ''; |
232 | 237 | ||
233 | virtualHosts = builtins.listToAttrs (map (name: { inherit name; value = prosodyVirtHost name; }) | 238 | virtualHosts = builtins.listToAttrs (map (name: { inherit name; value = prosodyVirtHost name; }) |