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.
You are able to have different configurations spun up from the one file by using machine names. My main machine is pretty barebones with minimal applications, but my laptop is even more minimal.
I can’t move away from Proxmox right now for my servers but the option is there if I want to spin up some containers using similar Configs and such.