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; + # }; }; };