From 8eb1bb1bdafa4fa539e179758769324dad6674b4 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 26 Feb 2026 19:35:01 +0100 Subject: Fix network to work on mac too This migrates away from using the default wpa-supplicant, and use iwd instead on all the hosts --- roles/network/templates/NetworkManager.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/network/templates/NetworkManager.conf.j2') 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 -- cgit v1.2.3