- cross-posted to:
- linux@lemmy.world
- cross-posted to:
- linux@lemmy.world
Seems like this distro is getting a lot of traction recently. Has anyone tried it? Is it any good?
Seems like this distro is getting a lot of traction recently. Has anyone tried it? Is it any good?
Oh my bad. Yeah you can configure almost anything in a declarative way on the
/etc/nixos/configuration.nix
file:Or
You can define a lot more (programs, users) and then you build the config file to take effect. By default NixOS is immutable so you can’t change anything in the root partition and if there is something that broke you can rollback to a previous build!
That is very interesting! Thank’s mate!