try giving up and going back to ubuntu vm

This commit is contained in:
Noah Masur
2025-07-01 00:40:33 -04:00
parent 18b489592e
commit 0621c66981
3 changed files with 66 additions and 49 deletions

View File

@ -154,6 +154,11 @@ jobs:
sleep 10
done
- name: Run nixos-anywhere
if: inputs.action == 'create'
run: |
nix run github:nix-community/nixos-anywhere -- --flake github:nmasur/dotfiles#flame --target-host ubuntu@${{ steps.host.outputs.stdout }}
- name: Write Identity Keys to Files
if: inputs.action == 'create'
run: |