This commit is contained in:
Lucy Hochkamp 2024-04-02 17:56:35 +02:00
parent 486fe5fc8b
commit 77e5045896
No known key found for this signature in database

View file

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