nixos/modules/core/boot.nix

10 lines
114 B
Nix

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