mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
y
This commit is contained in:
parent
a65b9c85e0
commit
5d94104678
6 changed files with 47 additions and 9 deletions
|
@ -74,6 +74,10 @@
|
|||
pskRaw = "ext:PIXEL_PSK";
|
||||
authProtocols = [ "WPA-PSK" ];
|
||||
};
|
||||
"C3D2" = {
|
||||
pskRaw = "ext:C3D2_PSK";
|
||||
authProtocols = [ "WPA-PSK" ];
|
||||
};
|
||||
"WIFI@DB" = {
|
||||
authProtocols = [ "NONE" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue