9 lines
162 B
Nix
9 lines
162 B
Nix
{...}: {
|
|
networking = {
|
|
networkmanager = {
|
|
enable = true;
|
|
dns = "default";
|
|
dhcp = "internal";
|
|
};
|
|
};
|
|
}
|