Add secondary drive for hypervisor

This commit is contained in:
Théo Barnouin 2024-09-13 11:48:15 +02:00
parent 0b0b5a7037
commit eab1652615

View file

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