diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 309a41a..2eda77c 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -12,6 +12,12 @@ immutable = false; availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usbhid" ]; removableEfi = true; + partitionScheme = { + efiBoot = "-part1"; + swap = "-part3"; + bootPool = "-part2"; + rootPool = "-part4"; + }; }; };