NixOS-Config/nixos/hardware/systemdboot.nix

8 lines
111 B
Nix

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