wolf: build.source.dir.*.host = current.host
This commit is contained in:
parent
8f15daf2ea
commit
4b22988392
@ -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";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user