summary refs log tree commit diff stats
path: root/system/settings/hardware/systemd-boot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/systemd-boot.nix')
-rw-r--r--system/settings/hardware/systemd-boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/hardware/systemd-boot.nix b/system/settings/hardware/systemd-boot.nix
index 9793cf66..bc5fca59 100644
--- a/system/settings/hardware/systemd-boot.nix
+++ b/system/settings/hardware/systemd-boot.nix
@@ -4,6 +4,6 @@
     enable = true;
     editor = false; # Don't allow modification
   };
-  boot.loader.efi.canTouchEfiVariables = true;
+  boot.loader.efi.canTouchEfiVariables = false;
   console.earlySetup = true;
 }