Fix qbit configuration
This commit is contained in:
parent
a3e919df3c
commit
4b9c79f308
|
@ -33,11 +33,10 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [ "${vpnConfigDir}:/data/vpn" ];
|
volumes = [ "${vpnConfigDir}:/data/vpn" ];
|
||||||
ports = [ "${port}:${port}" ];
|
ports = [ "${toString port}:${toString port}" ];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
KILL_SWITCH = "on"; # Turns off internet access if the VPN connection drops
|
KILL_SWITCH = "on"; # Turns off internet access if the VPN connection drops
|
||||||
FORWARDED_PORTS = "nl-ams-59103";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# }}}
|
# }}}
|
||||||
|
|
Loading…
Reference in a new issue