diff --git a/hosts/sdrweb/default.nix b/hosts/sdrweb/default.nix index 17b76786..60fdcff4 100644 --- a/hosts/sdrweb/default.nix +++ b/hosts/sdrweb/default.nix @@ -74,7 +74,7 @@ services.heliwatch = { enable = true; - inherit (pkgs.mucbot) jid; + jid = "astrobot@jabber.c3d2.de"; inherit (pkgs.mucbot) password; muc = "luftraum@chat.c3d2.de/Hubschraubereinsatz"; };