diff options
author | tv <tv@shackspace.de> | 2015-03-20 10:10:02 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-05-19 23:12:12 +0200 |
commit | 8d4253de21de8a583f730ce03b064349244c7efd (patch) | |
tree | 852ff9034ca0ae1fa58aa2f2dca34de9971ec9ba /wu.nix | |
parent | 97852ac83f31326540ab5b7bc344a5048b9365fe (diff) |
wu: use /etc/nixos/hosts
Diffstat (limited to 'wu.nix')
-rw-r--r-- | wu.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |