summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-25 14:17:45 +0100
committertv <tv@shackspace.de>2015-10-25 14:17:45 +0100
commit4b22988392f940c705e7f3fddc39481635777895 (patch)
tree7f2640ce48faf9e7752b30716be855760598678e /shared
parent8f15daf2ea25304e9cbc8d449fb92078b2fb6f03 (diff)
wolf: build.source.dir.*.host = current.host
Diffstat (limited to 'shared')
-rw-r--r--shared/1systems/wolf.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix
index d4ed4095..aeaeee28 100644
--- a/shared/1systems/wolf.nix
+++ b/shared/1systems/wolf.nix
@@ -29,13 +29,11 @@ with lib;
rev = "e916273209560b302ab231606babf5ce1c481f08";
};
dir.secrets = {
- # TODO use current-host-name to determine secrets host
- host = config.krebs.hosts.wu;
+ host = config.krebs.current.host;
path = "${getEnv "HOME"}/secrets/krebs/wolf";
};
dir.stockholm = {
- # TODO use current-host-name to determine stockholm host
- host = config.krebs.hosts.wu;
+ host = config.krebs.current.host;
path = "${getEnv "HOME"}/stockholm";
};
};