1
Fork 0

Please just work, qbit 😭

This commit is contained in:
prescientmoon 2024-06-01 01:14:49 +02:00
parent 0da8d62a58
commit 834bb7dfc1
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -26,7 +26,6 @@ in
extraOptions = [ "--network=container:gluetun" ];
dependsOn = [ "gluetun" ];
volumes = [ "${dataDir}:/downloads" "${configDir}:/config" ];
ports = [ "${toString port}:${toString port}" ];
environment = {
WEBUI_PORT = toString port;
@ -43,6 +42,7 @@ in
"--device=/dev/net/tun"
];
ports = [ "${toString port}:${toString port}" ];
environmentFiles = [ config.sops.secrets.vpn_env.path ];
environment = {
VPN_TYPE = "wireguard";