network: add network and allow user control op wpa_supplicant
This commit is contained in:
parent
a23b25a31a
commit
a57c18b5b2
2 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaces = [ wireless-interface ];
|
interfaces = [ wireless-interface ];
|
||||||
environmentFile = config.age.secrets."passwords/networks.age".path;
|
environmentFile = config.age.secrets."passwords/networks.age".path;
|
||||||
|
userControlled.enable = true;
|
||||||
networks = {
|
networks = {
|
||||||
"Public Universal Friend".psk = "@PSK_PUF@";
|
"Public Universal Friend".psk = "@PSK_PUF@";
|
||||||
AndroidAP.psk = "@PSK_AndroidAP@";
|
AndroidAP.psk = "@PSK_AndroidAP@";
|
||||||
|
@ -29,6 +30,7 @@
|
||||||
werknet.psk = "@PSK_werknet@";
|
werknet.psk = "@PSK_werknet@";
|
||||||
Secorima.psk = "@PSK_Secorima@";
|
Secorima.psk = "@PSK_Secorima@";
|
||||||
"Mediaraven Guest".psk = "@PSK_Mediaraven@";
|
"Mediaraven Guest".psk = "@PSK_Mediaraven@";
|
||||||
|
"down".psk = "@PSK_down@";
|
||||||
"Zeus WPI" = {
|
"Zeus WPI" = {
|
||||||
psk = "@PSK_Zeus@";
|
psk = "@PSK_Zeus@";
|
||||||
hidden = true;
|
hidden = true;
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue