flake/modules/core/bootloader/systemd-boot.nix
2024-11-07 17:37:15 +10:00

8 lines
101 B
Nix
Executable file

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