From 281738b22737f486f768e3217fc015b181a575c3 Mon Sep 17 00:00:00 2001 From: Mike Cugini Date: Tue, 8 Mar 2022 20:15:53 -0500 Subject: [PATCH] switched to gateway mirroring --- nixos_configs/bridge.nix | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/nixos_configs/bridge.nix b/nixos_configs/bridge.nix index 211b486..54a1600 100644 --- a/nixos_configs/bridge.nix +++ b/nixos_configs/bridge.nix @@ -49,7 +49,30 @@ RemoteNickFormat="{NICK} [{PROTOCOL}]" name="same-channel-gw" enable = true accounts = [ "slack.cryptic", "discord.cryptic" ] - channels = [ "bot-test", "generic-gaming", "to-the-moon-and-back", "minecraft", "tunes" ] + channels = [ + "a-rusty-venture", + "anime", + "bossin_around", + "bot-test", + "cryptic-bunker", + "cryptic-chat", + "dumbathon", + "europe", + "generic-gaming", + "get-rich-fast", + "gnv", + "golang", + "jerbs", + "main_linux", + "minecraft", + "nyc", + "omg-berks", + "sf", + "smersh", + "to-the-moon-and-back", + "travel", + "tunes" + ] ''; in { enable = true;