add notifier sops info
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 11s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 3m4s

This commit is contained in:
2025-12-07 22:08:15 -05:00
parent cd39cb10b8
commit 49219b0265
2 changed files with 10 additions and 3 deletions

View File

@@ -94,6 +94,7 @@ in
environment = {
TZ = "America/New_York";
};
environmentFiles = [ config.sops.secrets."docker/notifiarr".path ];
volumes = [
"${vars.primary_docker}/notifiarr:/config"
"${vars.primary_plex_storage}:/data"
@@ -118,4 +119,10 @@ in
autoStart = true;
};
};
sops = {
secrets = {
"docker/notifiarr".owner = "docker-service";
};
};
}