Virshle – Make ordinary virtual machines
Declarative TOML templates for VMs is a clever take on NixOS reproducibility.

NixOS-first VPS with per-minute billing, but DigitalOcean and Linode already exist.
DevOps engineers, NixOS users, developers needing reproducible environments
Linode · DigitalOcean · Hetzner
You can think of machine0 as a modern VPS provider. VMs stay on unless switched-off (with 99.99% uptime), they have static IPs and HTTPS endpoints, 1-60 vCPU, up to 240GB RAM and optionally GPUs. The CLI provides commands to manage lifecycle, snapshots and also provision the VMs using Nix flakes or Ansible playbooks. VMs are priced by the minute of usage.
What makes machine0 unique is that it has first class support for NixOS! In a nutshell, NixOS lets you define your entire OS as code (think Terraform but for your Linux). A flake declares your system state (packages, services, firewall rules, users...) and pins all dependencies via a lockfile. Given the same flake.nix and flake.lock, `nixos-rebuild switch` always produces the exact same system.
The NixOS ecosystem is mature, and flakes are expressive: at the system level you can define packages, what's in /etc, firewall rules, users & groups etc. At the user level, you can define your shell, aliases, tmux and vim config. Having your entire environment defined as code makes it easy to audit what's installed and how things are set up. You can rollback by reverting the last commit. And agents can write the code for you and test it against disposable machine0 VMs.
If you'd like to dive right in, these commands will get you started:
npm install -g @machine0/cli machine0 new my-vm --image nixos-25-11 # create a new nixos VM machine0 provision my-vm ./flake#my-profile # provision it using a nix flake machine0 ssh my-vm # ssh in machine0 stop my-vm # stop the VM machine0 images new my-vm my-snapshot # create a snapshot machine0 new my-clone --image my-snapshot # create a new VM from the snapshot
- Demo of installation + NixOS provisioning via Claude Code: https://www.youtube.com/watch?v=RT8N0_e3Vfg- Documentation: https://docs.machine0.io/introduction/overview
- machine0 NixOS flakes: https://github.com/fdmtl/machine0-nixos
If you're in the habit of using VMs, or want to know what the NixOS fuss is about, would love for you to give machine0 a try!
Declarative TOML templates for VMs is a clever take on NixOS reproducibility.
Useful NixOS setup guide, but it's a blog post not a reusable tool.
GPU passthrough automation that actually detects your display manager and swaps it back.
NixOS VMs per project eliminate toolchain configuration fights for embedded dev.
Managed multi-agent workspace, but ChatGPT, Claude Projects, and Anthropic's built-in task delegation already solve this.
OpenClaw in isolated VMs instead of Docker. Accessible to non-terminal users via chat.