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 | |
parent | 6c092cd20ca256b1cefa92aa779380cdb71c1313 (diff) | |
parent | 0e13a4e2373d891e6a895e4b6ad2b42da028ba12 (diff) |
Merge remote-tracking branch 'prism/lassulus'
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/gum.nix | 2 | ||||
-rw-r--r-- | makefu/1systems/pnp.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/makefu/1systems/gum.nix b/makefu/1systems/gum.nix index 8a43d25ff..e8a368fa2 100644 --- a/makefu/1systems/gum.nix +++ b/makefu/1systems/gum.nix @@ -41,7 +41,7 @@ in { ''; connectTo = [ "muhbaasu" "tahoe" "flap" "wry" - "cd" + "ni" "fastpoke" "prism" "dishfire" "echelon" "cloudkrebs" ]; }; 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" ]; |