this post was submitted on 01 Sep 2023
384 points (100.0% liked)

196

17237 readers
1882 users here now

Be sure to follow the rule before you head out.


Rule: You must post before you leave.



Other rules

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:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] darcy@sh.itjust.works 11 points 2 years ago (1 children)

a linux distro with a cool package management system. somewhat popular but not as much as arch or ubuntu.

[–] complacent_jerboa@lemmy.world 8 points 2 years ago (2 children)

Oh dang. What's its package system like?

[–] darcy@sh.itjust.works 8 points 2 years ago

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.

[–] elfahor@lemmy.blahaj.zone 6 points 2 years ago

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.