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/cd.nix | |
parent | f559b19bec61730c537cdd76233304e66c3f497a (diff) |
krebs.build.source.dir.host defaults to current.host
Diffstat (limited to 'tv/1systems/cd.nix')
-rw-r--r-- | tv/1systems/cd.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 3f496fefb..126c6feb5 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -14,11 +14,9 @@ with lib; rev = "c44a593aa43bba6a0708f6f36065a514a5110613"; }; dir.secrets = { - host = config.krebs.hosts.wu; path = "/home/tv/secrets/cd"; }; dir.stockholm = { - host = config.krebs.hosts.wu; path = "/home/tv/stockholm"; }; }; |