Files
nixos-config/modules/system/boot.nix

15 lines
180 B
Nix

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