nix-config/hosts/nuc8/boot.nix
2026-02-23 20:50:47 +01:00

7 lines
135 B
Nix

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