fwminex: update partition scheme
This commit is contained in:
parent
8a01703bb1
commit
7775c760fa
@ -12,6 +12,12 @@
|
||||
immutable = false;
|
||||
availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usbhid" ];
|
||||
removableEfi = true;
|
||||
partitionScheme = {
|
||||
efiBoot = "-part1";
|
||||
swap = "-part3";
|
||||
bootPool = "-part2";
|
||||
rootPool = "-part4";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user