4 lines
42 B
Nix
4 lines
42 B
Nix
|
|
{ ... }: {
|
||
|
|
networking.useDHCP = true;
|
||
|
|
}
|