NixToSee/hosts/crocoite/boot.nix
2024-10-26 21:26:39 +02:00

6 lines
168 B
Nix

{...}: {
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 20;
boot.loader.efi.canTouchEfiVariables = true;
}