ma irc: ni.r -> irc.r

This commit is contained in:
makefu 2017-10-01 14:01:19 +02:00
parent a43efa33f6
commit 5b536e2d31
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
4 changed files with 5 additions and 4 deletions

View File

@ -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" ];

View File

@ -21,7 +21,7 @@ let
verbose = true;
channel = "#retiolum";
# TODO remove the hardcoded hostname
server = "ni.r";
server = "irc.r";
};
};
};

View File

@ -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";
};
};
};

View File

@ -2,7 +2,7 @@
with import <stockholm/lib>;
let
irc-server = "ni.r";
irc-server = "rc.r";
irc-nick = "m-alarm";
collectd-port = 25826;
influx-port = 8086;