From 3b66cd122b7e78a1a51ee8ebdd670e5b11ac63e3 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 21 Sep 2025 20:40:44 -0700 Subject: fix secureboot again --- nix/modules/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/modules') diff --git a/nix/modules/configuration.nix b/nix/modules/configuration.nix index bf73117..9ecf291 100644 --- a/nix/modules/configuration.nix +++ b/nix/modules/configuration.nix @@ -87,7 +87,7 @@ }; loader = { - systemd-boot.enable = lib.mkForce (! config.monorepo.profiles.grub.enable); + systemd-boot.enable = lib.mkForce ((! config.monorepo.profiles.grub.enable) || (! config.monorepo.profiles.secureBoot.enable)); efi.canTouchEfiVariables = lib.mkForce (! config.monorepo.profiles.grub.enable); }; -- cgit v1.3