nixos/limine: disable editor for secure boot

This commit is contained in:
Sizhe Zhao
2026-04-26 10:51:51 +08:00
parent a6f96f4689
commit bea3efecfa
@@ -455,6 +455,10 @@ in
assertion = cfg.efiSupport;
message = "Secure boot is only supported on EFI systems.";
}
{
assertion = !cfg.enableEditor;
message = "Editor is unconditionally disabled by Limine.";
}
];
boot.loader.limine.enrollConfig = true;