Removed verbose argument
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 3m29s
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 3m29s
This commit is contained in:
@@ -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 }}"
|
||||
Reference in New Issue
Block a user