Ville Ilvonen
Ville Ilvonen
> Right, I removed the minimal profile. Could we make the profile configurable instead? With `minimal` as default. That would be profile of choice for the host. Guest could have...
> Inclusion of a profile is not an overridable option. Therefore I would like to leave this to the user to pick the right one in their microvm config themself....
> I would greatly appreciate it if the install guide could be extended to include instructions for LUKS encryption setup. > This worked for me https://github.com/vilvo/mxdots#disk-encryption-with-systemd-boot
> @cor I'd guess something's incorrect with your initrd kernel modules. This is probably the case with M2 though I do not know how the keyboard connection differs from M1....
> I have luks working with an m2 air. This is my initrd module config, if its helpful: > > ``` > boot.initrd.kernelModules = [ > "usb_storage" > "usbhid" >...
> > cli and lib can be included easily but I found that make-disk-image.nix gets evaluated in a way that requires network connection to download the dependencies. > > Are...