mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Add "EW90N" wlan
This commit is contained in:
parent
394eb74fcc
commit
1a62ecc7bc
2 changed files with 5 additions and 3 deletions
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue