fix(monitoring): resolve rebase conflicts and improve wireguard exporter

- Fix API key service user reference (torrenter -> transmission)
- Remove duplicate vpnNamespaces.wg definition
- Add proper enable option to wireguard exporter for consistency
- Make wireguard exporter port mappings conditional

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Simon Elsbrock
2025-07-01 22:59:12 +02:00
committed by Edward Pierzchalski
parent efae009f94
commit 1b7dc69561
+1 -1
View File
@@ -58,7 +58,7 @@ in {
users.users = mkMerge [
# Static users
(mkIf cfg.transmission.enable {
torrenter.extraGroups = optional cfg.prowlarr.enable "prowlarr-api";
transmission.extraGroups = optional cfg.prowlarr.enable "prowlarr-api";
})
(mkIf cfg.transmission.privateTrackers.cross-seed.enable {
cross-seed.extraGroups = optional cfg.prowlarr.enable "prowlarr-api";