2024-08-19 14:35:42 +02:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
# Bootloader.
|
|
|
|
|
boot.loader.systemd-boot.enable = true;
|
|
|
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
2025-05-19 21:25:06 +02:00
|
|
|
boot.loader.systemd-boot.configurationLimit = 5;
|
2024-08-19 14:35:42 +02:00
|
|
|
}
|