Files
nix-config/modules/system-settings/systemd-boot.nix

7 lines
135 B
Nix

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