scan host key
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 3m25s

This commit is contained in:
2025-10-03 20:41:01 +02:00
parent 9b1e59ff73
commit da78e6e588

View File

@@ -11,5 +11,6 @@ jobs:
with: with:
ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }} ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }}
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
- run: ssh-keyscan 192.168.1.35 >> ~/.ssh/known_hosts
- name: nixing - name: nixing
run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }} --verbose" run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }} --verbose"