From 8d4253de21de8a583f730ce03b064349244c7efd Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 20 Mar 2015 10:10:02 +0100 Subject: wu: use /etc/nixos/hosts --- wu.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'wu.nix') 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 -- cgit v1.2.3