summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/pnp
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-10-01 14:01:19 +0200
committermakefu <github@syntax-fehler.de>2017-10-01 14:01:19 +0200
commit5b536e2d311ae6beea7f7e73115c3a061d523a59 (patch)
tree60bd623d5b42b9cfff7603a3acfecfc2823a7cc9 /makefu/1systems/pnp
parenta43efa33f60d36f22f3ea49084d5b7b3ec01828f (diff)
ma irc: ni.r -> irc.r
Diffstat (limited to 'makefu/1systems/pnp')
-rw-r--r--makefu/1systems/pnp/config.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/pnp/config.nix b/makefu/1systems/pnp/config.nix
index 5fbaaabc..47fa74c0 100644
--- a/makefu/1systems/pnp/config.nix
+++ b/makefu/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" ];