- cross-posted to:
- linux@programming.dev
- cross-posted to:
- linux@programming.dev
Compared to other atomic distributions on the market, the ability to live-update without needing to reboot is an important usability requirement for us, such that the user experience remains friendly to downstream users.


NixOS has something similar but very unstable. So exciting to see new approaches!
What’s it called in NixOS? I usually just reboot after every update because I don’t trust that everything has properly re-linked and refeshed
nixos-rebuild switchI mostly use
nixos-rebuild bootwhich is waay more stableOh, I see – I guess I’m not sure what you mean by stable here.
switchputs you in the new generation immediately (which can occasionally cause some weirdness) whilebootjust makes it the default generation on the next reboot.