diff --git a/1systems/pnp/config.nix b/1systems/pnp/config.nix index 5fbaaab..47fa74c 100644 --- a/1systems/pnp/config.nix +++ b/1systems/pnp/config.nix @@ -34,7 +34,8 @@ krebs.Reaktor.debug = { debug = true; extraEnviron = { - REAKTOR_HOST = "ni.r"; + # TODO: remove hard-coded server + REAKTOR_HOST = "irc.r"; }; plugins = with pkgs.ReaktorPlugins; [ stockholm-issue nixos-version sed-plugin ]; channels = [ "#retiolum" ]; diff --git a/2configs/git/brain-retiolum.nix b/2configs/git/brain-retiolum.nix index 05754dc..b913f30 100644 --- a/2configs/git/brain-retiolum.nix +++ b/2configs/git/brain-retiolum.nix @@ -21,7 +21,7 @@ let verbose = true; channel = "#retiolum"; # TODO remove the hardcoded hostname - server = "ni.r"; + server = "irc.r"; }; }; }; diff --git a/2configs/git/cgit-retiolum.nix b/2configs/git/cgit-retiolum.nix index 5604383..5d46cab 100644 --- a/2configs/git/cgit-retiolum.nix +++ b/2configs/git/cgit-retiolum.nix @@ -59,7 +59,7 @@ let verbose = config.krebs.build.host.name == "gum"; channel = "#retiolum"; # TODO remove the hardcoded hostname - server = "ni.r"; + server = "irc.r"; }; }; }; diff --git a/2configs/stats/server.nix b/2configs/stats/server.nix index bb91b44..7548c73 100644 --- a/2configs/stats/server.nix +++ b/2configs/stats/server.nix @@ -2,7 +2,7 @@ with import ; let - irc-server = "ni.r"; + irc-server = "rc.r"; irc-nick = "m-alarm"; collectd-port = 25826; influx-port = 8086;