Please just work, qbit 😭
This commit is contained in:
parent
0da8d62a58
commit
834bb7dfc1
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue