Closed shwewo closed 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.
systemd.services."microvm@vm".wantedBy = lib.mkForce [];
Thanks!
should've read the docs: microvm.vms..autostart
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!