astro / microvm.nix

NixOS MicroVMs
https://astro.github.io/microvm.nix/
MIT License
1.38k stars 101 forks source link

Disable autostart of fully declarative microvm's #272

Closed shwewo closed 2 months ago

shwewo commented 2 months ago

Hi.

I tried systemd.services."microvm@vm".wantedBy = lib.mkForce []; but it doesn't work. is there any way to disable wantedBy of the specific vm? i need to start some vms on-demand.

Thanks!

shwewo commented 2 months ago

should've read the docs: microvm.vms..autostart