fix issue with openvpn extraArgs after update
This commit is contained in:
parent
c15733e47c
commit
f8edf51207
1 changed files with 2 additions and 0 deletions
|
@ -267,6 +267,8 @@ in
|
||||||
inherit (c) dev remoteServerIP authFile;
|
inherit (c) dev remoteServerIP authFile;
|
||||||
dependentServices = lib.optional (c.proxyPort != null) "tinyproxy-${name}.service";
|
dependentServices = lib.optional (c.proxyPort != null) "tinyproxy-${name}.service";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraArgs = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue