Added nix shell command
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 3m28s

This commit is contained in:
2025-10-03 20:11:58 +02:00
parent 1c5384470d
commit 5d0780eeb2

View File

@@ -11,3 +11,5 @@ jobs:
- uses: webfactory/ssh-agent@v0.9.0 - uses: webfactory/ssh-agent@v0.9.0
with: with:
ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }} ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }}
- name: nixing
run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }}"