{ config, pkgs, ... }: { networking.wireless.iwd = { enable = true; }; services.connman.wifi.backend = "iwd"; }