MyNixOS website logo
option

boot.loader.limine.secureBoot.enable

Whether to use sign the limine binary with sbctl.

This requires you to already have generated the keys and enrolled them with sbctl. To create keys use sbctl create-keys. To enroll them first reset secure boot to "Setup Mode". This is device specific. Then enroll them using sbctl enroll-keys -m -f. You can now rebuild your system with this option enabled. Afterwards turn setup mode off and enable secure boot.
Declarations
Type
boolean
Default
false
Example
true