dotfiles/hosts/modules/core/bootloader/systemd-boot.nix
Emile Clark-Boman c3b02c5f7b 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;
};
}