fwminex: update partition scheme

This commit is contained in:
Motiejus Jakštys 2023-09-13 13:54:22 +03:00
parent 8a01703bb1
commit 7775c760fa
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@
immutable = false;
availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usbhid" ];
removableEfi = true;
partitionScheme = {
efiBoot = "-part1";
swap = "-part3";
bootPool = "-part2";
rootPool = "-part4";
};
};
};