From 2609c3de90007d1be1c140bb0692c83d5bfb778c Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 28 Apr 2024 14:06:26 -0400 Subject: [PATCH] added configurationLimit to boot.nix module --- modules/boot.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/boot.nix b/modules/boot.nix index b9165b3..cebb2aa 100644 --- a/modules/boot.nix +++ b/modules/boot.nix @@ -54,7 +54,6 @@ in devNodes = "/dev/disk/by-id/"; forceImportRoot = true; }; - loader = { efi.canTouchEfiVariables = false; generationsDir.copyKernels = true;