7 lines
157 B
Nix
7 lines
157 B
Nix
{
|
|
imports = [./dns];
|
|
networking.wireless.iwd.enable = true;
|
|
networking.networkmanager.wifi.backend = "iwd";
|
|
services.connman.wifi.backend = "iwd";
|
|
}
|