diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-26 20:17:35 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-26 21:32:50 +0100 |
| commit | 9b5fd8907d839f59b5a0de3b25056a64366b0b15 (patch) | |
| tree | 997ff4fca43fcb1b256c69ffd276690a1cb4b58d /roles/network/templates | |
| parent | 8eb1bb1bdafa4fa539e179758769324dad6674b4 (diff) | |
Fix auto-starting iwd on boot
Diffstat (limited to 'roles/network/templates')
| -rw-r--r-- | roles/network/templates/iwd-wifi.psk.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
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 }} |
