From 7871403fdcf2f0d9c6de620cd6e4d6ed08e82146 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 20 Aug 2025 21:06:11 +0200 Subject: [PATCH] nixos/connman: fix for rootless wpa_supplicant --- nixos/modules/services/networking/connman.nix | 1 + 1 file changed, 1 insertion(+) 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; };