wg: don't hardcode namespaceAddress

This commit is contained in:
2026-01-22 14:56:36 -05:00
parent 3026897113
commit fdb1b559bc
4 changed files with 3 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
environment = {
JELLYFIN_URL = "http://localhost:${builtins.toString service_configs.ports.jellyfin}";
QBITTORRENT_URL = "http://${service_configs.https.wg_ip}:${builtins.toString service_configs.ports.torrent}";
QBITTORRENT_URL = "http://${config.vpnNamespaces.wg.namespaceAddress}:${builtins.toString service_configs.ports.torrent}";
CHECK_INTERVAL = "30";
};
};