Files
nix/modules/boot/bootloader.nix

7 lines
97 B
Nix

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