🚀 do not auto start university vpn

dev-docs
Moritz Böhme 2022-06-03 15:16:04 +02:00
parent a28025ffaa
commit c99f59c5ea
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 4 additions and 3 deletions

View File

@ -349,11 +349,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1654007547, "lastModified": 1654126564,
"narHash": "sha256-G812EeXZeGeGjkAvbTleGwcKFCGxdLOQb9aViOWASPc=", "narHash": "sha256-sgDXDKGmUG4h7OPDOHyQggFQ08ZqVzUIPi8351yhugY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5643714dea562f0161529ab23058562afeff46d0", "rev": "f1c9c23aad972787f00f175651e4cb0d7c7fd5ea",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -3,6 +3,7 @@
{ {
networking.openconnect.interfaces = { networking.openconnect.interfaces = {
university = { university = {
autoStart = false;
gateway = "vpn.uni-leipzig.de"; gateway = "vpn.uni-leipzig.de";
protocol = "anyconnect"; protocol = "anyconnect";
user = "mb18cele@uni-leipzig.de"; user = "mb18cele@uni-leipzig.de";