Adding openvpn configuration
This commit is contained in:
parent
37f59abddd
commit
c62d10cc26
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue