From beac5cfaecae46b1fb0afb824d610c0559c5fd0a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 9 Sep 2025 07:04:21 -0500 Subject: [PATCH] iwd: Disable network configuration We just want `iwd` to connect to the WiFi network. `systemd-networkd` will handle IP management. --- rootfs-overlay/etc/iwd/main.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rootfs-overlay/etc/iwd/main.conf diff --git a/rootfs-overlay/etc/iwd/main.conf b/rootfs-overlay/etc/iwd/main.conf new file mode 100644 index 0000000..57126b8 --- /dev/null +++ b/rootfs-overlay/etc/iwd/main.conf @@ -0,0 +1,4 @@ +[General] +EnableNetworkConfiguration=false +[Network] +NameResolvingService=systemd