nixos-config/config/systemd-boot.nix

4 lines
102 B
Nix

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