From 6d28c38525c4ce9dd0603f081ef00b3acec1f2e3 Mon Sep 17 00:00:00 2001 From: CDaut Date: Thu, 18 Apr 2024 16:21:28 +0200 Subject: [PATCH] KIT VPN --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index 4b7903d..329f9b2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -76,6 +76,13 @@ services.gvfs.enable = true; + services.openvpn.servers = { + KIT = { + autoStart = false; + config = '' config /home/clemens/Uni/kit.ovpn ''; + }; + }; + # Configure console keymap console.keyMap = "de";