summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/pnp/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/1systems/pnp/config.nix')
-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" ];