From c99f59c5eafacce15732046e0bb9d56abd2f79c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 3 Jun 2022 15:16:04 +0200 Subject: [PATCH] :rocket: do not auto start university vpn --- flake.lock | 6 +++--- modules/services/openconnect.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index beada60..1bf846a 100644 --- a/flake.lock +++ b/flake.lock @@ -349,11 +349,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1654007547, - "narHash": "sha256-G812EeXZeGeGjkAvbTleGwcKFCGxdLOQb9aViOWASPc=", + "lastModified": 1654126564, + "narHash": "sha256-sgDXDKGmUG4h7OPDOHyQggFQ08ZqVzUIPi8351yhugY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5643714dea562f0161529ab23058562afeff46d0", + "rev": "f1c9c23aad972787f00f175651e4cb0d7c7fd5ea", "type": "github" }, "original": { diff --git a/modules/services/openconnect.nix b/modules/services/openconnect.nix index b48bea4..1c14ec6 100644 --- a/modules/services/openconnect.nix +++ b/modules/services/openconnect.nix @@ -3,6 +3,7 @@ { networking.openconnect.interfaces = { university = { + autoStart = false; gateway = "vpn.uni-leipzig.de"; protocol = "anyconnect"; user = "mb18cele@uni-leipzig.de";