nix/nixos/includes/hardware/bootloader.nix
2023-09-02 15:51:02 +02:00

6 lines
190 B
Nix

_: {
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 10;
boot.loader.efi.canTouchEfiVariables = true;
}