ma irc: ni.r -> irc.r
This commit is contained in:
parent
a43efa33f6
commit
5b536e2d31
@ -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" ];
|
||||
|
@ -21,7 +21,7 @@ let
|
||||
verbose = true;
|
||||
channel = "#retiolum";
|
||||
# TODO remove the hardcoded hostname
|
||||
server = "ni.r";
|
||||
server = "irc.r";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user