nixos-config/system/hardware/systemdboot.nix
2024-09-23 11:41:28 -04:00

7 lines
111 B
Nix

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