6 lines
168 B
Nix
6 lines
168 B
Nix
{...}: {
|
|
# Bootloader.
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.systemd-boot.configurationLimit = 20;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
}
|