server/nixos/efi.nix
2024-04-19 11:46:51 +02:00

6 lines
97 B
Nix

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