Add secondary drive for hypervisor
This commit is contained in:
parent
0b0b5a7037
commit
eab1652615
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@
|
|||
device = "/dev/disk/by-label/ESP";
|
||||
fsType = "vfat";
|
||||
};
|
||||
"/var/lib/microvms" = {
|
||||
device = "/dev/vdb1";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
services.fstrim = {
|
||||
|
|
Loading…
Reference in a new issue