From 7775c760faddfb72260593d30b2568243e6446b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 13 Sep 2023 13:54:22 +0300 Subject: [PATCH] fwminex: update partition scheme --- hosts/fwminex/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"; + }; }; };