From f398e09440587aff7b5fe30ad8534975fb67fa48 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 9 Mar 2020 22:30:55 +0100 Subject: [PATCH] hosts/containers/mucbot: also join international@chat.c3d2.de --- hosts/containers/mucbot/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/containers/mucbot/configuration.nix b/hosts/containers/mucbot/configuration.nix index 44855fc4..05230404 100644 --- a/hosts/containers/mucbot/configuration.nix +++ b/hosts/containers/mucbot/configuration.nix @@ -22,7 +22,7 @@ in enable = true; jid = import ../../../secrets/hosts/mucbot/jabber-jid.nix; password = import ../../../secrets/hosts/mucbot/jabber-password.nix; - muc = "c3d2@chat.c3d2.de/Astrobot"; + mucs = [ "c3d2@chat.c3d2.de/Astrobot" "international@chat.c3d2.de/Astrobot" ]; }; # This value determines the NixOS release with which your system is to be