Deployment
Deployments are handled with just wrappers around NixOS, nix-darwin, and remote rebuild commands.
Local Rebuilds
Section titled “Local Rebuilds”just switch <host>just boot <host>just test <host>just test is the safest first check because it builds and activates the system temporarily without
making it the boot default.
Remote Deployment
Section titled “Remote Deployment”just deploy <host>The deploy command records the remote system generation before and after the switch, then prints a closure diff when the generation changes.
Checks
Section titled “Checks”just checkThis runs nix flake check and, when available, statix check ..
Formatting
Section titled “Formatting”just fmtThe formatter is defined by the flake and should be run before committing Nix changes.