nixos-config/nixos/hardware/systemdboot.nix
2024-09-22 14:46:51 -04:00

7 lines
111 B
Nix

{
# For UEFI machines
boot.loader.systemd-boot = {
enable = true;
netbootxyz.enable = true;
};
}