ark/profiles/network/iwd.nix

8 lines
160 B
Nix
Raw Normal View History

2020-11-21 23:54:07 +03:00
{
imports = [ ./dns ];
networking.wireless.iwd.enable = true;
networking.networkmanager.wifi.backend = "iwd";
services.connman.wifi.backend = "iwd";
}