From 311f5c6ec0f1703f78c8c5eb8bdc65f1f1e6037d Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 3 Oct 2025 20:45:29 +0200 Subject: [PATCH] Removed verbose argument --- .gitea/workflows/web-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/web-deploy.yaml b/.gitea/workflows/web-deploy.yaml index fb1df70..2a46d6e 100644 --- a/.gitea/workflows/web-deploy.yaml +++ b/.gitea/workflows/web-deploy.yaml @@ -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" \ No newline at end of file + run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }}" \ No newline at end of file