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 | 8eb1bb1bdafa4fa539e179758769324dad6674b4 (patch) | |
| tree | 840bbf07980630466a1af3f35c904af1793e6b99 /roles/network/templates | |
| parent | d3baa3b34b8363eecc5633c03b7206a448af8c25 (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 |
