mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-06-05 09:08:47 +02:00
add tmp wlan
add autocon wlan
This commit is contained in:
parent
92b0c1fc43
commit
78efe45979
2 changed files with 8 additions and 0 deletions
|
@ -81,6 +81,14 @@
|
|||
pskRaw = "ext:C3D2_PSK";
|
||||
authProtocols = [ "WPA-PSK" ];
|
||||
};
|
||||
"Apartment6" = {
|
||||
pskRaw = "ext:APARTMENT6";
|
||||
authProtocols = [ "WPA-PSK" ];
|
||||
};
|
||||
"Autocon3" = {
|
||||
pskRaw = "ext:AUTOCON";
|
||||
authProtocols = [ "WPA-PSK" ];
|
||||
};
|
||||
"WIFI@DB" = {
|
||||
authProtocols = [ "NONE" ];
|
||||
};
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue