a
This commit is contained in:
parent
5825c85b7e
commit
6772b3da9c
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ with lib;
|
||||||
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";
|
unitConfig.Type = "oneshot";
|
||||||
path = [ pkgs.dig ];
|
path = [ pkgs.dig pkgs.iproute2 ];
|
||||||
};
|
};
|
||||||
services.openvpn.servers.${name} = {
|
services.openvpn.servers.${name} = {
|
||||||
config = ''
|
config = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue