boot.loader.limine.enableEditor

NixOS option

Whether to allow editing the boot entries before booting them. It is recommended to set this to false, as it allows gaining root access by passing init=/bin/sh as a kernel parameter.

type: boolean
Default
false
Example
true
declared in: nixos/modules/system/boot/loader/limine/limine.nixView source on NixOS/nixpkgs →