pantheon/systems/modules/bootloaders/systemd-boot.nix
2025-03-22 02:16:22 +08:00

8 lines
154 B
Nix

{
boot.loader = {
timeout = 5;
systemd-boot.enable = true;
systemd-boot.configurationLimit = 5;
efi.canTouchEfiVariables = true;
};
}