From 8c6eae85ac217e85ac2b58ecc773ef1d0df8c238 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 1 Jun 2025 15:18:26 -0400 Subject: [PATCH] fix ovpn --- systems/palatine-hill/docker/torr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ];