server/nixos/efi.nix

6 lines
97 B
Nix

{}:
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}