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 | f9653ce43a733ec731602479a119369dd2a5081e (patch) | |
tree | 03fff9e6876cb2120e72b4f377e9223a13198785 | |
parent | 9ede0cacd7d19373543d288675f1adde76f5993c (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 9940b10..3c3b2ad 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 |