Jonas Chevalier
Jonas Chevalier
Up to you. They can also pull the latest image and then use Vagrant + Nix to build new custom images. Yes, we can have GitHub Actions build the images...
yeah sounds good. especially now that GHA supports nested virtualization, it should make building those VM images much easier. then upload them as release assets. I'm not actively using this...
Invited you both since you are active on the project. Make yourself at home and let me know if you need anything.
I added the ATLAS_TOKEN secret to GitHub Actions, for the automation. If you sign up to https://app.vagrantup.com/account/new and give me your account, I will also give you access to the...
Invited you to the "nixbox" org. I propose that we start fresh, so you can also organize things like you want.
https://app.vagrantup.com/nixbox/boxes/nixos is public isn't it?
I struggled a bit, but this is now working to deploy on https://fly.io . Here is the test instance configuration: https://github.com/zimbatm/ktistec/commit/b747d6ea76456267ed38aabdef922d825292456f . `fly deploy` and now it's running at https://long-sky-6300.fly.dev/
The CI issue seems to be unrelated to this PR
What do you think of the changes, is that something you would merge?
Also once we have that, then I can also submit you a PR similar to #47, but that publishes the images to the GitHub registry. That way no new credentials...