Define your OS as code with NixOS. Spin up clones with enough resources to compile, test, and run browsers.
# Create a NixOS VMmachine0 new devbox --image nixos-25-11-loaded --size large# Clone the flake, modify the config, rebuildgit clone https://github.com/fdmtl/machine0-nixos.git ./claude -p "Add postgres to the loaded profile"machine0 provision devbox ./flake.nix#loaded# SSH in and start workingmachine0 ssh devbox# Create a golden master snapshotmachine0 stop devboxmachine0 images new devbox devbox-gm# Need a clean or larger VM? Spin one up from the imagemachine0 rm devboxmachine0 new devbox --image devbox-gm --size xxl