diff options
author | makefu <github@syntax-fehler.de> | 2017-10-01 14:01:19 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-10-01 14:01:19 +0200 |
commit | 5b536e2d311ae6beea7f7e73115c3a061d523a59 (patch) | |
tree | 60bd623d5b42b9cfff7603a3acfecfc2823a7cc9 /makefu/1systems | |
parent | a43efa33f60d36f22f3ea49084d5b7b3ec01828f (diff) |
ma irc: ni.r -> irc.r
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/pnp/config.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/pnp/config.nix b/makefu/1systems/pnp/config.nix index 5fbaaabc7..47fa74c00 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" ]; |