diff --git a/systems/palatine-hill/docker/torr.nix b/systems/palatine-hill/docker/torr.nix index 8f78aa7..9af58ab 100644 --- a/systems/palatine-hill/docker/torr.nix +++ b/systems/palatine-hill/docker/torr.nix @@ -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" ];