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:
committed by
Edward Pierzchalski
parent
efae009f94
commit
1b7dc69561
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user