Systemd/boot
Appearance
systemd-boot is a simple UEFI boot manager. It is the recommended bootloader to use with NixOS.
Usage
To install and enable systemd-boot, add this to your system configuration:
≡︎
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.editor = false;For addition systemd-boot module configuration options, refer to boot.loader.systemd-boot.