summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-03-20 10:10:02 +0100
committertv <tv@shackspace.de>2015-05-19 23:12:12 +0200
commit8d4253de21de8a583f730ce03b064349244c7efd (patch)
tree852ff9034ca0ae1fa58aa2f2dca34de9971ec9ba
parent97852ac83f31326540ab5b7bc344a5048b9365fe (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 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