diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-02-26 19:35:01 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-02-26 19:35:01 +0100 |
| commit | ccfc39a6a93a0c2fc4d2f5460bec80005aef796d (patch) | |
| tree | 840bbf07980630466a1af3f35c904af1793e6b99 /roles/network/templates | |
| parent | 183350e5179608743797cf71546f3ef9aeb10312 (diff) | |
Fix network to work on mac too
This migrates away from using the default wpa-supplicant, and use iwd
instead on all the hosts
Diffstat (limited to 'roles/network/templates')
| -rw-r--r-- | roles/network/templates/NetworkManager.conf.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/network/templates/NetworkManager.conf.j2 b/roles/network/templates/NetworkManager.conf.j2 index 0389ff1e..a67d2e27 100644 --- a/roles/network/templates/NetworkManager.conf.j2 +++ b/roles/network/templates/NetworkManager.conf.j2 @@ -21,6 +21,9 @@ ipv6.dhcp-duid=stable-uuid wifi.powersave=2 connection.mdns=2 +[device] +wifi.backend=iwd + [logging] level=INFO |
