this post was submitted on 01 Sep 2023
362 points (98.4% liked)
196
16511 readers
2865 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 1 year 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.