NixOS-Config/modules/system/devices/boot/systemd/default.nix

8 lines
98 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
2024-08-25 07:45:05 -04:00
{
boot.loader.systemd-boot = {
enable = true;
netbootxyz.enable = true;
};
}