mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 11:30:13 +00:00
don't reboot for nixos-anywhere
This commit is contained in:
2
.github/workflows/flame.yml
vendored
2
.github/workflows/flame.yml
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user