Fix auto-deploy to build known hosts file
This commit is contained in:
parent
184a810bd3
commit
04682cd5bd
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if [ -z "$HOSTS" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
KNOWN_HOSTS_FILE=$(nix eval --raw .#nixosConfigurations.lindberg.config.environment.etc."ssh/ssh_known_hosts".source)
|
||||
KNOWN_HOSTS_FILE=$(nix build --no-link --print-out-paths .#nixosConfigurations.lindberg.config.environment.etc."ssh/ssh_known_hosts".source)
|
||||
|
||||
#### Helpers
|
||||
retry() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue