From 0907784dd797bfef1931f98178df2bf89b6af8c6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 6 Jul 2020 08:34:33 +0200 Subject: systemd-boot: Fix broken UEFI install It seems as though the EFI variables do not need to be modified in order to add a bootloader; I was able to reinstall two systems without it. --- system/settings/hardware/systemd-boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/settings/hardware/systemd-boot.nix') 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; } -- cgit 1.4.1