From 4b22988392f940c705e7f3fddc39481635777895 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 25 Oct 2015 14:17:45 +0100 Subject: wolf: build.source.dir.*.host = current.host --- shared/1systems/wolf.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'shared') 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"; }; }; -- cgit v1.2.3