diff --git a/nixos/modules/services/networking/connman.nix b/nixos/modules/services/networking/connman.nix index d3a8e236358e..45168c643ee9 100644 --- a/nixos/modules/services/networking/connman.nix +++ b/nixos/modules/services/networking/connman.nix @@ -165,6 +165,7 @@ in wireless = { enable = lib.mkIf (!enableIwd) true; dbusControlled = true; + autoDetectInterfaces = false; iwd = lib.mkIf enableIwd { enable = true; };