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;