diff --git a/.github/workflows/flame.yml b/.github/workflows/flame.yml index 84ad59c..e13a054 100644 --- a/.github/workflows/flame.yml +++ b/.github/workflows/flame.yml @@ -167,7 +167,7 @@ jobs: - 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 }} + nix run github:nix-community/nixos-anywhere -- --flake github:nmasur/dotfiles#flame --build-on remote --target-host ubuntu@${{ steps.host.outputs.stdout }} - name: Copy Identity File to Host if: inputs.action == 'create'