summaryrefslogtreecommitdiffstats
path: root/tv/1systems/wu.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-11-02 10:17:30 +0100
committertv <tv@shackspace.de>2015-11-02 10:30:13 +0100
commited86c7f44e16cd70693ca78ecdcc620fc8c66495 (patch)
treeb0c15f9191fb5c6e8a3809d5235d5fc7b9a69591 /tv/1systems/wu.nix
parentbfad3f16b16c9d132f9af7a48ede69b3ddb6bedc (diff)
wu: {/root => /var/src}/{nixpkgs,stockholm}
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r--tv/1systems/wu.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix
index 85fba1d8..b12e7df9 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";
};
};