9 lines
113 B
Nix
9 lines
113 B
Nix
{ ... }:
|
|
|
|
{
|
|
boot = {
|
|
loader.systemd-boot.enable = true;
|
|
loader.efi.canTouchEfiVariables = true;
|
|
};
|
|
}
|