This commit is contained in:
ahuston-0 2025-06-01 15:18:26 -04:00
parent f29f341aca
commit 8c6eae85ac

View File

@ -34,7 +34,7 @@ let
"${file}" = {
format = "binary";
sopsFile = ./openvpn/${file};
path = "${delugevpn_path}/config/openvpn/configs/${file}";
path = "${delugevpn_path}/config/openvpn/${file}";
owner = "docker-service";
group = "users";
restartUnits = [ "docker-delugeVPN.service" ];