From 00f37912b900dd11329d0046a429b7cd13972b60 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 7 Jul 2024 02:08:59 -0500 Subject: [PATCH] efi boot --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 7de1cde..d59f343 100644 --- a/configuration.nix +++ b/configuration.nix @@ -24,6 +24,9 @@ { devices = [ "nodev" ]; path = "/boot"; } ]; }; + efi = { + canTouchEfiVariables = true; + }; }; };