From 9b5fd8907d839f59b5a0de3b25056a64366b0b15 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 26 Feb 2026 20:17:35 +0100 Subject: Fix auto-starting iwd on boot --- roles/network/templates/iwd-wifi.psk.j2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/network/templates/iwd-wifi.psk.j2 (limited to 'roles/network/templates') diff --git a/roles/network/templates/iwd-wifi.psk.j2 b/roles/network/templates/iwd-wifi.psk.j2 new file mode 100644 index 00000000..df1fc2c3 --- /dev/null +++ b/roles/network/templates/iwd-wifi.psk.j2 @@ -0,0 +1,2 @@ +[Security] +Passphrase={{ network_wifi_pass }} -- cgit v1.2.3