nixos-config/config/systemd-boot.nix

4 lines
96 B
Nix

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