NixOS-Config/nixos/hardware/systemdboot.nix

8 lines
111 B
Nix
Raw Normal View History

2024-08-25 07:45:05 -04:00
{
2024-09-22 14:46:51 -04:00
# For UEFI machines
2024-08-25 07:45:05 -04:00
boot.loader.systemd-boot = {
enable = true;
netbootxyz.enable = true;
};
}