nixos/connman: fix for rootless wpa_supplicant
This commit is contained in:
@@ -165,6 +165,7 @@ in
|
||||
wireless = {
|
||||
enable = lib.mkIf (!enableIwd) true;
|
||||
dbusControlled = true;
|
||||
autoDetectInterfaces = false;
|
||||
iwd = lib.mkIf enableIwd {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user