summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-11-10 23:54:09 +0100
committertv <tv@krebsco.de>2016-11-10 23:54:09 +0100
commita125dad5a88a5d30acb061dad36be07aadf3d28a (patch)
treef39cbe0288d1461ed7d276419f7c03c33d191ec5 /tv
parentf458fd8be96e39b2ba6cf15f0ee48b38f294044c (diff)
tv retiolum: s/cd|echelon/ni/
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/retiolum.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/tv/2configs/retiolum.nix b/tv/2configs/retiolum.nix
index ad1116d4f..a914dad43 100644
--- a/tv/2configs/retiolum.nix
+++ b/tv/2configs/retiolum.nix
@@ -7,9 +7,8 @@ with import <stockholm/lib>;
enable = true;
connectTo = filter (ne config.krebs.build.host.name) [
"gum"
+ "ni"
"prism"
- "echelon"
- "cd"
];
tincPackage = pkgs.tinc_pre;
};