12
Getting started with NixOS - looking for tutorials
(discuss.tchncs.de)
NixOS is a Linux distribution built on top of the Nix package manager. Its declarative configuration allows reliable system upgrades via several official channels of stability and size.
This community discusses NixOS, Nix, and everything related.
Once you have some foundational knowledge, I find more answers searching github with
language:nix <some terms>
. Usually I can find a few repos with an adjacent enough solution to deconstruct and apply to my setup.