flake/hosts/modules/core/bootloader/systemd-boot.nix
_cry64 541a70a0ba improved organisation
moved host modules to hosts/modules and modified deploy script
2025-02-24 13:19:36 +10:00

8 lines
101 B
Nix
Executable file

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