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