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";