8 lines
154 B
Nix
8 lines
154 B
Nix
{
|
|
boot.loader = {
|
|
timeout = 5;
|
|
systemd-boot.enable = true;
|
|
systemd-boot.configurationLimit = 5;
|
|
efi.canTouchEfiVariables = true;
|
|
};
|
|
}
|