diff --git a/systems/catullus/containers.nix b/systems/catullus/containers.nix index fb25a72..e50ed3a 100644 --- a/systems/catullus/containers.nix +++ b/systems/catullus/containers.nix @@ -75,42 +75,6 @@ in { serviceConfig.Restart = "always"; }; - containers.cool-village-bridge = { - autoStart = true; - config = { lib, pkgs, ... }: { - services.matterbridge = { - enable = true; - configPath = - let coolVillageToken = lib.strings.removeSuffix "\n" (builtins.readFile ); - in toString (pkgs.writeText "matterbridge.toml" '' - [general] - RemoteNickFormat = "[{NOPINGNICK}] " - - [telegram] - [telegram.cool_village] - Token = "${coolVillageToken}" - - [irc] - [irc.freenode] - Server = "irc.freenode.net:6667" - Nick = "cool_bridge" - - [[gateway]] - name = "cool-village-bridge" - enable = true - - [[gateway.inout]] - account = "irc.freenode" - channel = "##coolvillage" - - [[gateway.inout]] - account = "telegram.cool_village" - channel = "-1001316977990" - ''); - }; - }; - }; - # systemd.services.telegram-horoscope = { # wantedBy = [ "multi-user.target" ]; # description = "Telegram bot for generating horoscope charts";