system/hosts/asus-gl553vd/configs/boot.nix

11 lines
161 B
Nix

{
boot.loader = {
timeout = 1;
systemd-boot = {
enable = true;
configurationLimit = 20;
};
efi.canTouchEfiVariables = true;
};
}