mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
formatting and updates
This commit is contained in:
parent
3a2d061875
commit
89c992c0d9
6 changed files with 25 additions and 23 deletions
|
@ -34,7 +34,8 @@
|
|||
};
|
||||
};
|
||||
openconnect.interfaces = {
|
||||
TUD-A-Tunnel = { # apparently device names have a character limit
|
||||
TUD-A-Tunnel = {
|
||||
# apparently device names have a character limit
|
||||
protocol = "anyconnect";
|
||||
gateway = "vpn2.zih.tu-dresden.de";
|
||||
user = "rose159e@tu-dresden.de";
|
||||
|
@ -45,7 +46,7 @@
|
|||
compression = "stateless";
|
||||
};
|
||||
};
|
||||
TUD-C-Tunnel= {
|
||||
TUD-C-Tunnel = {
|
||||
protocol = "anyconnect";
|
||||
gateway = "vpn2.zih.tu-dresden.de";
|
||||
user = "rose159e@tu-dresden.de";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue