Fix auto-deploy to build known hosts file #70
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if [ -z "$HOSTS" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
#### Helpers
|
||||||
retry() {
|
retry() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue