server/nixos/efi.nix

6 lines
97 B
Nix
Raw Normal View History

2022-08-06 20:31:18 +00:00
{}:
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}