diff options
author | tv <tv@krebsco.de> | 2016-11-10 23:54:09 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-11-10 23:54:09 +0100 |
commit | a125dad5a88a5d30acb061dad36be07aadf3d28a (patch) | |
tree | f39cbe0288d1461ed7d276419f7c03c33d191ec5 /tv | |
parent | f458fd8be96e39b2ba6cf15f0ee48b38f294044c (diff) |
tv retiolum: s/cd|echelon/ni/
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/retiolum.nix | 3 |
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; }; |