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