9 lines
118 B
Nix
9 lines
118 B
Nix
{ ... }:
|
|
{
|
|
boot.loader.systemd-boot = {
|
|
enable = true;
|
|
editor = false;
|
|
netbootxyz.enable = true;
|
|
};
|
|
}
|