summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wu.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/wu.nix b/wu.nix
index 4db4f09b..3f512e11 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