From c569257f0367cd5d8c1e058442a292e924f18704 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Thu, 3 Jul 2025 20:42:25 -0600 Subject: [PATCH] don't reboot for nixos-anywhere --- .github/workflows/flame.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'