@freemo what is nix OS? had a look at the website. From what I understand it’s a distro for server use?
@brunorobert It is a distro, though its not specific to servers no. The main two unique features it has is 1) its deterministic (one config configures every app and service and piece of hardware so every computer that uses the same config will have identical environments). 2) it is versioned.. so when you update your system or install something new you have a new "version" of you system and at boot time you can rollback to an earlier version if the new version is broken.
@brunorobert You should, its a big deal IMO :)