Files
2026-04-04 16:46:30 -04:00

14 lines
223 B
Nix

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