diff options
author | tv <tv@krebsco.de> | 2015-11-02 10:17:30 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-02 10:30:13 +0100 |
commit | 86d8844d87ec6c503bdb50c24f56591001b0ff4a (patch) | |
tree | da75148a1799f5469c4c478b89159b9fdbe06ebd /tv/1systems | |
parent | 1e48ea7e96ca9b1d38979af6a205176c36920580 (diff) |
wu: {/root => /var/src}/{nixpkgs,stockholm}
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/wu.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 85fba1d..b12e7df 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -12,6 +12,7 @@ with lib; git.nixpkgs = { url = https://github.com/NixOS/nixpkgs; rev = "c44a593aa43bba6a0708f6f36065a514a5110613"; + target-path = "/var/src/nixpkgs"; }; dir.secrets = { host = config.krebs.hosts.wu; @@ -20,6 +21,7 @@ with lib; dir.stockholm = { host = config.krebs.hosts.wu; path = "/home/tv/stockholm"; + target-path = "/var/src/stockholm"; }; }; |