9 lines
163 B
Nix
9 lines
163 B
Nix
{
|
|
boot.loader.systemd-boot = {
|
|
enable = true;
|
|
configurationLimit = 5;
|
|
memtest86.enable = true;
|
|
};
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
}
|