network: add network and allow user control op wpa_supplicant

This commit is contained in:
Charlotte Van Petegem 2023-08-09 23:47:32 +02:00
parent a23b25a31a
commit a57c18b5b2
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@
enable = true;
interfaces = [ wireless-interface ];
environmentFile = config.age.secrets."passwords/networks.age".path;
userControlled.enable = true;
networks = {
"Public Universal Friend".psk = "@PSK_PUF@";
AndroidAP.psk = "@PSK_AndroidAP@";
@ -29,6 +30,7 @@
werknet.psk = "@PSK_werknet@";
Secorima.psk = "@PSK_Secorima@";
"Mediaraven Guest".psk = "@PSK_Mediaraven@";
"down".psk = "@PSK_down@";
"Zeus WPI" = {
psk = "@PSK_Zeus@";
hidden = true;

Binary file not shown.