diff --git a/nixos/profiles/hw-legion-15arh05h.nix b/nixos/profiles/hw-legion-15arh05h.nix index a46c740..50e2196 100644 --- a/nixos/profiles/hw-legion-15arh05h.nix +++ b/nixos/profiles/hw-legion-15arh05h.nix @@ -14,13 +14,17 @@ loader = { grub = { enable = true; + useOSProber = true; zfsSupport = true; efiSupport = true; - efiInstallAsRemovable = true; + # efiInstallAsRemovable = true; mirroredBoots = [ { devices = ["nodev"]; path = "/boot";} ]; }; + efi = { + canTouchEfiVariables = true; + }; }; };