cryodev/hosts/cryodev-main/boot.nix
2026-03-06 08:31:13 +01:00

7 lines
135 B
Nix

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