nixos/modules/nixos/bootloader.nix

5 lines
93 B
Nix

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