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 | 260f893f9d9f5bd54c7b406021bce14fd2c39139 (patch) | |
tree | 6aba1a299aeec8431f7dc993a0ce958cb63b7ee2 /tv/1systems/nomic.nix | |
parent | 1877698dbd2254201cf17245661e2e4b5d99dee4 (diff) |
krebs.build.source.dir.host defaults to current.host
Diffstat (limited to 'tv/1systems/nomic.nix')
-rw-r--r-- | tv/1systems/nomic.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix index 495c765..c2bb4dc 100644 --- a/tv/1systems/nomic.nix +++ b/tv/1systems/nomic.nix @@ -14,11 +14,9 @@ with lib; rev = "c44a593aa43bba6a0708f6f36065a514a5110613"; }; dir.secrets = { - host = config.krebs.hosts.wu; path = "/home/tv/secrets/nomic"; }; dir.stockholm = { - host = config.krebs.hosts.wu; path = "/home/tv/stockholm"; }; }; |