ma irc: ni.r -> irc.r
This commit is contained in:
parent
a43efa33f6
commit
5b536e2d31
@ -34,7 +34,8 @@
|
|||||||
krebs.Reaktor.debug = {
|
krebs.Reaktor.debug = {
|
||||||
debug = true;
|
debug = true;
|
||||||
extraEnviron = {
|
extraEnviron = {
|
||||||
REAKTOR_HOST = "ni.r";
|
# TODO: remove hard-coded server
|
||||||
|
REAKTOR_HOST = "irc.r";
|
||||||
};
|
};
|
||||||
plugins = with pkgs.ReaktorPlugins; [ stockholm-issue nixos-version sed-plugin ];
|
plugins = with pkgs.ReaktorPlugins; [ stockholm-issue nixos-version sed-plugin ];
|
||||||
channels = [ "#retiolum" ];
|
channels = [ "#retiolum" ];
|
||||||
|
@ -21,7 +21,7 @@ let
|
|||||||
verbose = true;
|
verbose = true;
|
||||||
channel = "#retiolum";
|
channel = "#retiolum";
|
||||||
# TODO remove the hardcoded hostname
|
# TODO remove the hardcoded hostname
|
||||||
server = "ni.r";
|
server = "irc.r";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -59,7 +59,7 @@ let
|
|||||||
verbose = config.krebs.build.host.name == "gum";
|
verbose = config.krebs.build.host.name == "gum";
|
||||||
channel = "#retiolum";
|
channel = "#retiolum";
|
||||||
# TODO remove the hardcoded hostname
|
# TODO remove the hardcoded hostname
|
||||||
server = "ni.r";
|
server = "irc.r";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
with import <stockholm/lib>;
|
with import <stockholm/lib>;
|
||||||
let
|
let
|
||||||
irc-server = "ni.r";
|
irc-server = "rc.r";
|
||||||
irc-nick = "m-alarm";
|
irc-nick = "m-alarm";
|
||||||
collectd-port = 25826;
|
collectd-port = 25826;
|
||||||
influx-port = 8086;
|
influx-port = 8086;
|
||||||
|
Loading…
Reference in New Issue
Block a user