chore: fix master identity path

This commit is contained in:
oddlama 2025-09-14 00:02:42 +02:00
parent 12cd9d97e8
commit cd896819f9
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

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