Removed verbose argument
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 3m29s

This commit is contained in:
2025-10-03 20:45:29 +02:00
parent da78e6e588
commit 311f5c6ec0

View File

@@ -13,4 +13,4 @@ jobs:
- uses: cachix/install-nix-action@v31
- run: ssh-keyscan 192.168.1.35 >> ~/.ssh/known_hosts
- 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 }}"