|
|
|
|
|
by splitbrain
311 days ago
|
|
I only got started with NixOS a couple of weeks ago and I must agree. I would never consider running Nix on my daily Desktop machine (I'm using Arch BTW). It's more work and hassle than it's worth it. OTOH I just set it up as the base for my new DIY NAS. There it is limited to just the bare minimum of bringing the system up and providing some core services (including Samba). And for this I found Nix' declarative approach quite good. I can easily restore the root system from the backed up config alone. Everything else will be handled by Docker compose stacks outside the Nix eco system (stored on the RAID). https://www.splitbrain.org/blog/2025-08/03-diy_nas_on_nixos |
|