diff options
author | tv <tv@krebsco.de> | 2015-11-06 22:16:59 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-06 22:20:26 +0100 |
commit | 4d93a8215f08cbea0bbcb8c668f2bbc9600016da (patch) | |
tree | 4293fa5dbec04fdbbed8087dcdfe79ed60b6fb6c /tv/1systems/wu.nix | |
parent | f559b19bec61730c537cdd76233304e66c3f497a (diff) |
krebs.build.source.dir.host defaults to current.host
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r-- | tv/1systems/wu.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 8f714ec6b..33292c608 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -15,11 +15,9 @@ with lib; target-path = "/var/src/nixpkgs"; }; dir.secrets = { - host = config.krebs.hosts.wu; path = "/home/tv/secrets/wu"; }; dir.stockholm = { - host = config.krebs.hosts.wu; path = "/home/tv/stockholm"; target-path = "/var/src/stockholm"; }; |