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 | 7e30c7d075666dca4d3865e2bcb3b6a7d9364cfe (patch) | |
tree | cdd66a367e7a173de4e3b9eaf70dabd8b31392c6 /tv | |
parent | 0a944535628308722dc57f24b541db6977aa0d45 (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 ad1116d..a914dad 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; }; |