From c62d10cc267fc9f1823b253173d08e36f649d219 Mon Sep 17 00:00:00 2001 From: eeva Date: Thu, 2 Mar 2017 19:36:31 +0100 Subject: [PATCH] Adding openvpn configuration --- configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 436bf75..7deaa6b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -135,10 +135,10 @@ startWhenNeeded = true; }; - #openvpn.servers.client = { - # autoStart = false; - # config = builtins.readFile ./era.ovpn; # Pas top ._. - #}; + openvpn.servers.client = { + autoStart = false; + config = builtins.readFile ./era.ovpn; # Pas top ._. + }; xserver = { enable = true;