Systemd/boot: Difference between revisions
Appearance
Create systemd-boot page |
m add breadcrumb to main systemd page |
||
Line 1: | Line 1: | ||
{{Systemd/breadcrumb}} | |||
<code>systemd-boot</code> is a simple [[UEFI]] boot manager. It is the recommended [[bootloader]] to use with NixOS. | <code>systemd-boot</code> is a simple [[UEFI]] boot manager. It is the recommended [[bootloader]] to use with NixOS. | ||
Latest revision as of 19:03, 24 May 2025
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:
❄︎ /etc/nixos/configuration.nix
boot.loader.systemd-boot.enable = true;
For addition systemd-boot module configuration options, refer to boot.loader.systemd-boot
.