From 662b00afcd206de47e907b90249b5773ec3e5c6f Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Mon, 30 Oct 2023 21:31:46 -0400 Subject: [PATCH] testing efi setting --- hosts/JWST/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/JWST/configuration.nix b/hosts/JWST/configuration.nix index 0871f95..1977569 100644 --- a/hosts/JWST/configuration.nix +++ b/hosts/JWST/configuration.nix @@ -13,7 +13,7 @@ ]; boot.loader = { - efi.canTouchEfiVariables = true; + efi.canTouchEfiVariables = false; # efi.efiSysMountPoint = "/boot/efi"; grub = { efiSupport = true;