1
0
Fork 0
forked from Bun/nixos-config
nixos-config/system/modules/systemdboot.nix

7 lines
111 B
Nix

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