forked from mirrors_public/oddlama_nix-config
chore: fix master identity path
This commit is contained in:
parent
12cd9d97e8
commit
cd896819f9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
# The identities that are used to rekey agenix secrets and to
|
# The identities that are used to rekey agenix secrets and to
|
||||||
# decrypt all repository-wide secrets.
|
# decrypt all repository-wide secrets.
|
||||||
secretsConfig = {
|
secretsConfig = {
|
||||||
masterIdentities = [ "\"$DEVSHELL_DIR\"/secrets/yk1-nix-rage.pub" ];
|
masterIdentities = [ "\"$PRJ_ROOT\"/secrets/yk1-nix-rage.pub" ];
|
||||||
extraEncryptionPubkeys = [ ../secrets/backup.pub ];
|
extraEncryptionPubkeys = [ ../secrets/backup.pub ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue