Unverified Commit bea3efec authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

nixos/limine: disable editor for secure boot

parent a6f96f46
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;