diff options
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 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";      };    };  | 
