NixOS-Config/nixos/hardware/systemdboot.nix

8 lines
111 B
Nix
Raw Normal View History

2024-08-25 07:45:05 -04:00
{
# For UEFI Machines
boot.loader.systemd-boot = {
enable = true;
netbootxyz.enable = true;
};
}