4 lines
121 B
Nix
4 lines
121 B
Nix
{ lib, ... }: {
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
|
|
}
|