From 0ebd2a004cfa2a493da4feb79dee21f74f8d8d72 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 22 Jun 2024 18:13:31 -0500 Subject: [PATCH] Update efi settings. --- nixos/profiles/hw-legion-15arh05h.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/profiles/hw-legion-15arh05h.nix b/nixos/profiles/hw-legion-15arh05h.nix index 50e2196..3be413f 100644 --- a/nixos/profiles/hw-legion-15arh05h.nix +++ b/nixos/profiles/hw-legion-15arh05h.nix @@ -17,14 +17,14 @@ useOSProber = true; zfsSupport = true; efiSupport = true; - # efiInstallAsRemovable = true; + efiInstallAsRemovable = true; mirroredBoots = [ { devices = ["nodev"]; path = "/boot";} ]; }; - efi = { - canTouchEfiVariables = true; - }; + # efi = { + # canTouchEfiVariables = true; + # }; }; };