diff options
author | makefu <github@syntax-fehler.de> | 2016-11-11 13:44:55 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-11-11 13:44:55 +0100 |
commit | 4d7f0e6c5bcd8b586711ad2394fac73ebbd3312d (patch) | |
tree | a21db730913e0915ec1e319af70673e7cf4e5001 /makefu/1systems/pnp.nix | |
parent | 6c092cd20ca256b1cefa92aa779380cdb71c1313 (diff) | |
parent | 0e13a4e2373d891e6a895e4b6ad2b42da028ba12 (diff) |
Merge remote-tracking branch 'prism/lassulus'
Diffstat (limited to 'makefu/1systems/pnp.nix')
-rw-r--r-- | makefu/1systems/pnp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix index a460a87e7..0c3676c8b 100644 --- a/makefu/1systems/pnp.nix +++ b/makefu/1systems/pnp.nix @@ -36,7 +36,7 @@ enable = true; debug = true; extraEnviron = { - REAKTOR_HOST = "cd.retiolum"; + REAKTOR_HOST = "ni.r"; }; plugins = with pkgs.ReaktorPlugins; [ stockholm-issue nixos-version sed-plugin ]; channels = [ "#retiolum" ]; |