From daaf7b4f9e0189de5a0da4c27d16e57d4dda5a8b Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 4 Sep 2023 21:41:47 -0600 Subject: testing boot loader fix --- machines/khad/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix index 3b1e98f..6f7e415 100644 --- a/machines/khad/configuration.nix +++ b/machines/khad/configuration.nix @@ -18,7 +18,7 @@ # ]; # boot.loader.grub.theme = pkgs.nixos-grub2-theme; boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; + # boot.loader.efi.canTouchEfiVariables = true; boot.loader.systemd-boot.graceful = true; networking.hostName = "khad"; # Define your hostname. -- cgit v1.2.3