diff --git a/.github/workflows/flame.yml b/.github/workflows/flame.yml index 3421a91..69ba2e8 100644 --- a/.github/workflows/flame.yml +++ b/.github/workflows/flame.yml @@ -168,7 +168,7 @@ jobs: - name: Run nixos-anywhere if: inputs.action == 'create' run: | - nix run github:nix-community/nixos-anywhere -- --flake github:nmasur/dotfiles#flame --build-on remote --target-host ubuntu@${{ steps.host.outputs.stdout }} + nix run github:nix-community/nixos-anywhere -- --flake github:nmasur/dotfiles#flame --build-on remote --no-reboot --target-host ubuntu@${{ steps.host.outputs.stdout }} - name: Copy Identity File to Host if: inputs.action == 'create'