Hi everyone, someone can explain, in simple words, why considering to switch on NixOs over other distro? And the use case? I think would help a lot of people (including me) to understand it better :D
Hi everyone, someone can explain, in simple words, why considering to switch on NixOs over other distro? And the use case? I think would help a lot of people (including me) to understand it better :D
How/can one separate some changes from others? I don’t want my server to be identical to my laptop. How does one install a package which won’t be installed on a different machine at a later time?
Simply use two different configurations? The more interesting question is how to share stuff between configs.
Each piece of config is a NixOS module. You can include some NixOS modules in one system’s config, but not the other.
I split certain things, for example desktop related tools/applications are in one configuration and thus my headless systems do not import that config into their base config.