fix secureboot

This commit is contained in:
Melvin Ragusa
2026-02-03 10:32:25 +01:00
parent a4e799fa53
commit cf4a98da59

View File

@@ -36,7 +36,7 @@
# ─── Bootloader: Limine with Secure Boot ───
boot.loader.systemd-boot.enable = false; # Disabled - using Limine
boot.loader.limine.enable = true;
boot.loader.limine.secureBoot.enable = false;
boot.loader.limine.secureBoot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# ─── Kernel ───