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