aaa
This commit is contained in:
parent
486fe5fc8b
commit
77e5045896
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ with lib;
|
||||||
systemd.services.ovpnScript = {
|
systemd.services.ovpnScript = {
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
script = ''${pkgs.bash}/bin/bash /host${cfg.script}'';
|
script = ''${pkgs.bash}/bin/bash /host${cfg.script}'';
|
||||||
|
unitConfig.Type = "oneshot";
|
||||||
path = [ pkgs.dig ];
|
path = [ pkgs.dig ];
|
||||||
};
|
};
|
||||||
services.openvpn.servers.${name} = {
|
services.openvpn.servers.${name} = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue