1
Fork 0

Fix qbit configuration

This commit is contained in:
prescientmoon 2024-04-28 01:23:59 +02:00
parent a3e919df3c
commit 4b9c79f308
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -33,11 +33,10 @@ in
];
volumes = [ "${vpnConfigDir}:/data/vpn" ];
ports = [ "${port}:${port}" ];
ports = [ "${toString port}:${toString port}" ];
environment = {
KILL_SWITCH = "on"; # Turns off internet access if the VPN connection drops
FORWARDED_PORTS = "nl-ams-59103";
};
};
# }}}