← Back to context

Comment by sigmonsays

4 days ago

i use nixos on VMs, my desktop (Gaming and productivity) and servers. I use flakes for everything.

I've painfully learned how to do everything I need. My only big complaint is updating systemd. I have yet to figure out the systemd update bug. Sometimes nixos-rebuild-switch takes my network offline when updating systemd. It's incredibly annoying to update a box and have it drop offline. My work around is to do a 'diff' and when systemd is updated, I reboot manually and only update the boot image.

Does it stay offline? My network often bounces when updating systemd, but I haven't seen it stay down.

Probably because it restarts the network service. You can configure the systemd unit to be only reloaded or nothing at all m