diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-21 20:40:44 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-21 20:40:44 -0700 |
| commit | 3b66cd122b7e78a1a51ee8ebdd670e5b11ac63e3 (patch) | |
| tree | efa1e2e93be920e9eee169fdb78a93941625b04b /config/nix.org | |
| parent | a82d1f4d725182d58241d9d0904b0dc5f0f5cee6 (diff) | |
fix secureboot again
Diffstat (limited to 'config/nix.org')
| -rw-r--r-- | config/nix.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nix.org b/config/nix.org index c256b8e..a214516 100644 --- a/config/nix.org +++ b/config/nix.org @@ -1378,7 +1378,7 @@ because they enhance security. }; 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); }; |
