How is the best way to design and test my system?
In NixOs i saw that is possible to rebuild and use the changes in realtime, is or is planned something simalr? When i am configuring my system is a bit annoying waiting for the whole gh action to succeed and then reboot the system
Solution:Jump to solution
If the GitHub Action is too slow for you, though, you could try building locally with the bluebuild cli
3 Replies
Due to the architecture of rpm-ostree, it probably wont be possible to apply changes without a reboot
Solution
If the GitHub Action is too slow for you, though, you could try building locally with the bluebuild cli
The commands to use now would be
bluebuild rebase
and bluebuild upgrade
but they will be replaced soon. https://discord.com/channels/1198292321037455360/1302096552537489498/1302298991890792468
You could also use a VM for testing
If you add in virt-manager
to your image it should be pretty straightforward
Then you can always reinstall from ISO, or rebase to the image hosted on GitHub, or run a registry locally and pass that to the VM