410
realization rule
(media.discordapp.net)
Behavior rules:
Posting rules:
NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.
If you have any questions, feel free to contact us on our matrix channel or email.
Other 196's:
What is NixOS? Do i need to add that to a dual boot?
a linux distro with a cool package management system. somewhat popular but not as much as arch or ubuntu.
Oh dang. What's its package system like?
i cant say as i havent used it, but i think its supposed to be completely reproducable. i guess sort of like how the aur is basically the universal package repo for arch? the entire system can be configured in text files, so it would be great for installing the same os many times.
Basically you describe the entire system's configuration in /etc/nixos/configuration.nix, including network, users, packages, dotfiles, etc. Then you run
nixos-rebuild switch
and boom, your computer is in that state.Its too big to explain in a single comment. Go to its site nixos.org for more info