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;
|
startWhenNeeded = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
#openvpn.servers.client = {
|
openvpn.servers.client = {
|
||||||
# autoStart = false;
|
autoStart = false;
|
||||||
# config = builtins.readFile ./era.ovpn; # Pas top ._.
|
config = builtins.readFile ./era.ovpn; # Pas top ._.
|
||||||
#};
|
};
|
||||||
|
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue