diff --git a/nixos/modules/systemduefi.nix b/nixos/modules/systemduefi.nix index c7a5ae9..6aeea90 100644 --- a/nixos/modules/systemduefi.nix +++ b/nixos/modules/systemduefi.nix @@ -10,6 +10,7 @@ consoleMode = "keep"; editor = true; }; + efi.canTouchEfiVariables = true; }; }; }