nixos-config/nixos/hardware/systemdboot.nix
2024-08-25 07:45:05 -04:00

7 lines
111 B
Nix

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