astro / microvm.nix

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

Disabling use of systemd initrd #233

Closed IogaMaster closed 4 months ago

IogaMaster commented 4 months ago

I have this line. boot.initrd.systemd.enable = lib.mkForce false; Yet it seems that i am unable to boot when doing that. Any idea how I can use the host module without initrd systemd.

When using systemd initrd. I need to access the /var/lib for shares, and I am unable to boot.

IogaMaster commented 4 months ago

Nevermind. This is an issue with the sysroot