mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-19 21:26:18 +02:00
Compare commits
No commits in common. "deb3e0ca1f54f1e6fbceeee807b726117e9ab922" and "832afb4fc4fe809aabd52a4d565c8944d244ef19" have entirely different histories.
deb3e0ca1f
...
832afb4fc4
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@
|
||||||
psk = "@FSR_PSK@";
|
psk = "@FSR_PSK@";
|
||||||
authProtocols = [ "WPA-PSK" ];
|
authProtocols = [ "WPA-PSK" ];
|
||||||
};
|
};
|
||||||
|
"RoboLab Playground" = {
|
||||||
|
psk = "@ROBOLAB_PSK@";
|
||||||
|
authProtocols = [ "WPA-PSK" ];
|
||||||
|
extraConfig = "disabled=1";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
openconnect.interfaces = {
|
openconnect.interfaces = {
|
||||||
TUD-A-Tunnel = {
|
TUD-A-Tunnel = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue