Please just work, qbit 😭
This commit is contained in:
parent
0da8d62a58
commit
834bb7dfc1
|
@ -26,7 +26,6 @@ in
|
||||||
extraOptions = [ "--network=container:gluetun" ];
|
extraOptions = [ "--network=container:gluetun" ];
|
||||||
dependsOn = [ "gluetun" ];
|
dependsOn = [ "gluetun" ];
|
||||||
volumes = [ "${dataDir}:/downloads" "${configDir}:/config" ];
|
volumes = [ "${dataDir}:/downloads" "${configDir}:/config" ];
|
||||||
ports = [ "${toString port}:${toString port}" ];
|
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
WEBUI_PORT = toString port;
|
WEBUI_PORT = toString port;
|
||||||
|
@ -43,6 +42,7 @@ in
|
||||||
"--device=/dev/net/tun"
|
"--device=/dev/net/tun"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
ports = [ "${toString port}:${toString port}" ];
|
||||||
environmentFiles = [ config.sops.secrets.vpn_env.path ];
|
environmentFiles = [ config.sops.secrets.vpn_env.path ];
|
||||||
environment = {
|
environment = {
|
||||||
VPN_TYPE = "wireguard";
|
VPN_TYPE = "wireguard";
|
||||||
|
|
Loading…
Reference in a new issue