From b5a3e29e6fe60d4658019c28612d797b992b1982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 13 Sep 2023 14:14:25 +0300 Subject: [PATCH] force no legacy grub (now) --- hosts/fwminex/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 2eda77c..2cb10f0 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -10,6 +10,7 @@ devNodes = "/dev/disk/by-id/"; bootDevices = ["nvme-Samsung_SSD_970_EVO_Plus_2TB_S6P1NS0TA01331A"]; immutable = false; + forceNoDev2305 = true; availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usbhid" ]; removableEfi = true; partitionScheme = {