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

11 lines
161 B
Nix
Raw Normal View History

2024-04-16 02:51:46 +03:00
{
2024-06-01 03:42:30 +03:00
boot.loader = {
timeout = 1;
systemd-boot = {
2024-06-01 03:42:30 +03:00
enable = true;
configurationLimit = 20;
2024-06-01 03:42:30 +03:00
};
efi.canTouchEfiVariables = true;
2024-04-16 02:51:46 +03:00
};
}