Coding Agent VMs on NixOS with microvm.nix

2 Likes

A really good use case for microvm (which I find amazing). I have been trying to use this guide a few days ago to make something similair on Fedora+nix, I’m not too happy with the result but I blame Fedora. Switching to QEMU makes things a lot easier network wise, which is the major difficulty for me.

Though some remarks about the approach used in the article:

  1. bridging the network is not always safe
  2. “claude-credentials” are available to the agent
  3. no external logging of what happened over the network

I think I’d prefer to use a proxy.

2 Likes