15 lines
No EOL
279 B
Nix
15 lines
No EOL
279 B
Nix
{
|
|
...
|
|
}: {
|
|
networking ={
|
|
networkmanager = {
|
|
enable = true;
|
|
dns = "default";
|
|
dhcp = "internal";
|
|
wifi = {
|
|
backend = "iwd";
|
|
macAddress = "preserve";
|
|
};
|
|
};
|
|
};
|
|
} |