Fix auto-deploy to build known hosts file #70

Merged
fabianhauser merged 1 commit from fix-auto-deploy into main 2025-05-18 22:22:28 +02:00

View file

@ -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() {