Fix second hypervisor
This commit is contained in:
parent
32d95a73e1
commit
9a13d82a15
2 changed files with 7 additions and 1 deletions
|
@ -38,8 +38,14 @@
|
|||
device = "/dev/disk/by-label/ESP";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
"/var/lib/microvms" = {
|
||||
device = "/dev/vdb1";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
services.fstrim = {
|
||||
enable = true;
|
||||
interval = "weekly";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue