This commit is contained in:
ahuston-0 2025-06-01 15:18:26 -04:00
parent 119af3fcb1
commit a1829132f5
No known key found for this signature in database
GPG Key ID: 47940175096C1330

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" ];