Download : Fix proxy.

This commit is contained in:
Dmitry Voronin 2024-06-14 06:06:05 +03:00
parent 6009a86dc4
commit d712ea43da
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -6,6 +6,8 @@ in {
];
containers.download = container.mkContainer cfg {
enableTun = true;
bindMounts = {
"/var/lib/deluge/.config/deluge" = {
hostPath = "${cfg.storage}/data";