Adding openvpn configuration

This commit is contained in:
eeva 2017-03-02 19:36:31 +01:00
parent 37f59abddd
commit c62d10cc26
1 changed files with 4 additions and 4 deletions

View File

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