6 lines
125 B
Nix
6 lines
125 B
Nix
{ }:
|
|
{
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.timeout = 0;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
}
|