10 lines
161 B
Nix
10 lines
161 B
Nix
{
|
|
boot.loader = {
|
|
timeout = 1;
|
|
systemd-boot = {
|
|
enable = true;
|
|
configurationLimit = 20;
|
|
};
|
|
efi.canTouchEfiVariables = true;
|
|
};
|
|
}
|