don't reboot for nixos-anywhere

This commit is contained in:
Noah Masur
2025-07-03 20:42:25 -06:00
parent d709030211
commit c569257f03

View File

@ -168,7 +168,7 @@ jobs:
- name: Run nixos-anywhere - name: Run nixos-anywhere
if: inputs.action == 'create' if: inputs.action == 'create'
run: | 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 - name: Copy Identity File to Host
if: inputs.action == 'create' if: inputs.action == 'create'