This commit is contained in:
Lucy Hochkamp 2024-04-02 18:14:01 +02:00
parent 5825c85b7e
commit 6772b3da9c
No known key found for this signature in database

View file

@ -55,7 +55,7 @@ with lib;
wantedBy = ["multi-user.target"];
script = ''${pkgs.bash}/bin/bash /host${cfg.script}'';
unitConfig.Type = "oneshot";
path = [ pkgs.dig ];
path = [ pkgs.dig pkgs.iproute2 ];
};
services.openvpn.servers.${name} = {
config = ''