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