diff options
author | tv <tv@krebsco.de> | 2016-11-11 08:47:46 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-11-11 08:47:57 +0100 |
commit | b837dec290e54f532cd5539c93a663ba11f68c54 (patch) | |
tree | ae187b4d10f79fe6b77fa1be91ba2d5ead7801c5 /makefu/1systems | |
parent | ae73660522fb8a02a86eaa7124285a3aaa3cbb14 (diff) |
cd: drop stuff now done by ni #2
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 bfd880b88..868825549 100644 --- a/makefu/1systems/gum.nix +++ b/makefu/1systems/gum.nix @@ -40,7 +40,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" ]; |