summaryrefslogtreecommitdiffstats
path: root/makefu/1systems
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-11-11 08:47:46 +0100
committertv <tv@krebsco.de>2016-11-11 08:47:57 +0100
commitb837dec290e54f532cd5539c93a663ba11f68c54 (patch)
treeae187b4d10f79fe6b77fa1be91ba2d5ead7801c5 /makefu/1systems
parentae73660522fb8a02a86eaa7124285a3aaa3cbb14 (diff)
cd: drop stuff now done by ni #2
Diffstat (limited to 'makefu/1systems')
-rw-r--r--makefu/1systems/gum.nix2
-rw-r--r--makefu/1systems/pnp.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/makefu/1systems/gum.nix b/makefu/1systems/gum.nix
index bfd880b8..86882554 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 a460a87e..0c3676c8 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" ];