diff options
author | tv <tv@krebsco.de> | 2015-10-25 14:17:45 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-10-25 14:17:45 +0100 |
commit | bd4b77d9411d151b021d8f7d66208c2fa3d74972 (patch) | |
tree | e47f504231cf921a8de1081f193e55cf1a4760f6 /shared/1systems | |
parent | a16dcf27252f4112af9d6345a0b5a91b1cff8c2b (diff) |
wolf: build.source.dir.*.host = current.host
Diffstat (limited to 'shared/1systems')
-rw-r--r-- | shared/1systems/wolf.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix index d4ed409..aeaeee2 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"; }; }; |