Loading nixos/modules/system/boot/loader/limine/limine.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
nixos/modules/system/boot/loader/limine/limine.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading