From 95d33655807e8be38129f692a3616171aa28316b Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 14 Jul 2024 06:02:04 -0500 Subject: [PATCH] disko takes care of efi touching --- nixos/profiles/hw-legion-15arh05h.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/profiles/hw-legion-15arh05h.nix b/nixos/profiles/hw-legion-15arh05h.nix index 2bfac30..f3c2eea 100644 --- a/nixos/profiles/hw-legion-15arh05h.nix +++ b/nixos/profiles/hw-legion-15arh05h.nix @@ -21,9 +21,6 @@ { devices = [ "nodev" ]; path = "/boot"; } ]; }; - # efi = { - # canTouchEfiVariables = true; - # }; }; };