diff options
author | tv <tv@krebsco.de> | 2022-03-06 11:54:47 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-03-06 17:34:10 +0100 |
commit | 15595864d2b70573b2ae0f08fce976226704491b (patch) | |
tree | 48a03b36a639705ff60dce7fd061de34610fded0 | |
parent | 54f5cca6a5bd30454aa2f70903ca5533319eaa81 (diff) |
tv retiolum: use eve instead of gum
-rw-r--r-- | tv/2configs/retiolum.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/retiolum.nix b/tv/2configs/retiolum.nix index 9940b1026..3c3b2adf0 100644 --- a/tv/2configs/retiolum.nix +++ b/tv/2configs/retiolum.nix @@ -6,9 +6,9 @@ with import <stockholm/lib>; krebs.tinc.retiolum = { enable = true; connectTo = filter (ne config.krebs.build.host.name) [ - "gum" "ni" "prism" + "eve" ]; extraConfig = '' LocalDiscovery = yes |