8 lines
111 B
Nix
8 lines
111 B
Nix
|
{
|
||
|
# For UEFI Machines
|
||
|
boot.loader.systemd-boot = {
|
||
|
enable = true;
|
||
|
netbootxyz.enable = true;
|
||
|
};
|
||
|
}
|