summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-03-20 10:10:02 +0100
committertv <tv@krebsco.de>2015-05-19 23:12:12 +0200
commitd533bc1d370ffd6389bff4fd1c03b7469bcdf6a9 (patch)
tree852ff9034ca0ae1fa58aa2f2dca34de9971ec9ba
parent704249056613ac5e5c1eee3a3b447107e25e8df4 (diff)
wu: use /etc/nixos/hosts
-rw-r--r--wu.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/wu.nix b/wu.nix
index 4db4f09..3f512e1 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