From fc53cbb8fc0bbf7b0b61943aeef6fa50f16896e4 Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Mon, 27 May 2024 13:15:09 -0400 Subject: [PATCH] Change to efivars --- systems/zeus/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systems/zeus/configuration.nix b/systems/zeus/configuration.nix index 06e7413..22cec65 100644 --- a/systems/zeus/configuration.nix +++ b/systems/zeus/configuration.nix @@ -14,7 +14,6 @@ grub = { enable = true; efiSupport = true; - efiInstallAsRemovable = true; mirroredBoots = [ { devices = [ "nodev" ]; @@ -27,7 +26,7 @@ ]; }; efi = { - canTouchEfiVariables = false; + canTouchEfiVariables = true; efiSysMountPoint = "/efi"; }; };