From cf4a98da595c3e85b0a099a5744bf89ee32265e9 Mon Sep 17 00:00:00 2001 From: Melvin Ragusa Date: Tue, 3 Feb 2026 10:32:25 +0100 Subject: [PATCH] fix secureboot --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 0ca194f..1f2f451 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 ───