mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
added fsr wifi
This commit is contained in:
parent
7105795e82
commit
9f15de8392
3 changed files with 9 additions and 6 deletions
|
@ -21,9 +21,7 @@
|
|||
"@DORM_SSID@" = {
|
||||
psk = "@DORM_PSK@";
|
||||
authProtocols = [ "WPA-PSK" ];
|
||||
extraConfig = ''
|
||||
disabled=1
|
||||
'';
|
||||
extraConfig = "disabled=1";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -27,6 +27,11 @@
|
|||
'';
|
||||
authProtocols = [ "WPA-EAP" ];
|
||||
};
|
||||
FSR = {
|
||||
psk = "@FSR_PSK@";
|
||||
authProtocols = [ "WPA-PSK" ];
|
||||
extraConfig = "disabled=1";
|
||||
};
|
||||
};
|
||||
openconnect.interfaces = {
|
||||
TU-Dresden = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue