this post was submitted on 01 Sep 2023
362 points (98.4% liked)
196
16905 readers
1181 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
If you have any questions, feel free to contact us on our matrix channel.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.