Add "EW90N" wlan

This commit is contained in:
SebastianStork 2024-10-04 20:27:06 +02:00
parent 394eb74fcc
commit 1a62ecc7bc
2 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,7 @@
let
pskSsids = [
"WLAN-233151"
"EW90N"
"Fairphone4"
"DSL_EXT"
];
@ -54,7 +55,6 @@ in
lib.forEach pskSsids (ssid: {
sops = {
secrets."wlan/${ssid}/key" = { };
templates."iwd/${ssid}.psk".content = ''
[Security]
Passphrase=${config.sops.placeholder."wlan/${ssid}/key"}