NixOS-Config/modules/system/devices/boot/systemd/default.nix
2024-10-15 02:40:43 -04:00

9 lines
118 B
Nix

{ ... }:
{
boot.loader.systemd-boot = {
enable = true;
editor = false;
netbootxyz.enable = true;
};
}