chore: rekey immich secrets, allow influx access from local service net

This commit is contained in:
oddlama 2025-09-14 17:31:40 +02:00
parent 0537f69d5e
commit 3dc6133a1a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
20 changed files with 51 additions and 43 deletions

View file

@ -12,7 +12,7 @@
# The identities that are used to rekey agenix secrets and to
# decrypt all repository-wide secrets.
secretsConfig = {
masterIdentities = [ "\"$PRJ_ROOT\"/secrets/yk1-nix-rage.pub" ];
masterIdentities = [ ../secrets/yk1-nix-rage.pub ];
extraEncryptionPubkeys = [ ../secrets/backup.pub ];
};
};