diff options
author | tv <tv@shackspace.de> | 2015-10-25 14:17:45 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-25 14:17:45 +0100 |
commit | 4b22988392f940c705e7f3fddc39481635777895 (patch) | |
tree | 7f2640ce48faf9e7752b30716be855760598678e | |
parent | 8f15daf2ea25304e9cbc8d449fb92078b2fb6f03 (diff) |
wolf: build.source.dir.*.host = current.host
-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 d4ed40956..aeaeee288 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"; }; }; |