nixos-configs/hosts/mpl/bootloader.nix

15 lines
212 B
Nix

_: {
# TODO: lanzaboote
boot = {
loader = {
efi.canTouchEfiVariables = true;
timeout = 2;
systemd-boot = {
enable = true;
configurationLimit = 3;
};
};
};
}