adds verbose parameter
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 3m9s

This commit is contained in:
2025-10-03 20:27:53 +02:00
parent 45ae6c16cd
commit 9b1e59ff73

View File

@@ -7,9 +7,9 @@ jobs:
run-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }}
- uses: cachix/install-nix-action@v31
- name: nixing
run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }}"
run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }} --verbose"