diff --git a/wu.nix b/wu.nix index 4db4f09b2..3f512e11c 100644 --- a/wu.nix +++ b/wu.nix @@ -307,7 +307,11 @@ with (import ./lib { inherit pkgs; }); services.retiolum = { enable = true; - hosts = /home/tv/krebs/hosts; + hosts = /etc/nixos/hosts; + connectTo = [ + "gum" + "pigstarter" + ]; }; # TODO