ess-helm-nixos/hosts/ess-helm/boot.nix
2026-04-16 20:10:03 +02:00

7 lines
135 B
Nix

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