Comment by sigmonsays

Comment by sigmonsays 4 days ago

5 replies

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.

aidenn0 4 days ago

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

SuperSandro2000 3 days ago

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