Fix second hypervisor

This commit is contained in:
tbarnouin 2024-09-17 18:08:32 +02:00
parent ff85421770
commit 5a49882384
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,7 @@
device = "/dev/disk/by-label/ESP";
fsType = "vfat";
};
"/var/lib/microvms" = {
device = "/dev/vdb1";
fsType = "ext4";