Fix wpa_supplicant passwords

This commit is contained in:
Charlotte Van Petegem 2024-09-15 17:54:23 +02:00
parent 5c1619f7aa
commit 37d941e255
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 11 additions and 10 deletions

View file

@ -30,19 +30,19 @@
group = "network"; group = "network";
}; };
networks = { networks = {
"Public Universal Friend".pskRaw = "ext:PSK_PUF"; "Public Universal Friend".pskRaw = "ext:psk_puf";
AndroidAP.pskRaw = "ext:PSK_AndroidAP"; AndroidAP.pskRaw = "ext:psk_androidap";
draadloosnw.pskRaw = "ext:PSK_draadloosnw"; draadloosnw.pskRaw = "ext:psk_draadloosnw";
werknet.pskRaw = "ext:PSK_werknet"; werknet.pskRaw = "ext:psk_werknet";
Secorima.pskRaw = "ext:PSK_Secorima"; Secorima.pskRaw = "ext:psk_secorima";
"down".pskRaw = "ext:PSK_down"; "down".pskRaw = "ext:psk_down";
"Zeus WPI" = { "Zeus WPI" = {
pskRaw = "ext:PSK_Zeus"; pskRaw = "ext:psk_zeus";
hidden = true; hidden = true;
}; };
"Zeus Event 5G".pskRaw = "ext:PSK_Zeus"; "Zeus Event 5G".pskRaw = "ext:psk_zeus";
"Rode Kruis-Gent (internet)".pskRaw = "ext:PSK_RKG"; "Rode Kruis-Gent (internet)".pskRaw = "ext:psk_rkg";
"DasNetwerk".pskRaw = "ext:PSK_DasNetwerk"; "DasNetwerk".pskRaw = "ext:psk_dasnetwerk";
}; };
}; };
}; };
@ -70,6 +70,7 @@
age.secrets."passwords/networks.age" = { age.secrets."passwords/networks.age" = {
file = ../../../../secrets/passwords/networks.age; file = ../../../../secrets/passwords/networks.age;
group = "network";
}; };
}; };
} }

Binary file not shown.