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

196

16394 readers
1725 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] darcy 11 points 1 year ago (1 children)

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

[–] [email protected] 8 points 1 year ago (2 children)

Oh dang. What's its package system like?

[–] darcy 8 points 1 year 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.

[–] [email protected] 6 points 1 year 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.