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

196

16461 readers
1728 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
[–] Franzia@lemmy.blahaj.zone 12 points 1 year ago (2 children)

What is NixOS? Do i need to add that to a dual boot?

[–] darcy@sh.itjust.works 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.

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

Oh dang. What's its package system like?

[–] darcy@sh.itjust.works 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.

[–] elfahor@lemmy.blahaj.zone 5 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.

[–] choroalp@programming.dev 2 points 1 year ago

Its too big to explain in a single comment. Go to its site nixos.org for more info