secrets: removed vault-cert-env, added rabulinski-com-cf

This commit is contained in:
Nikodem Rabuliński 2024-03-24 17:24:03 +01:00
parent 46c849a89f
commit d57ca9680d
19 changed files with 49 additions and 38 deletions

View file

@ -10,10 +10,6 @@ in
keys.system.kazuki
keys.other.bootstrap
];
"vault-cert-env.age".publicKeys = [
keys.system.kazuki
keys.other.bootstrap
];
# "bitwarden-env-file.age".publicKeys = [keys.system.kazuki keys.other.bootstrap];
"hercules-token.age".publicKeys = [
keys.system.kazuki
@ -80,4 +76,8 @@ in
keys.system.legion
keys.other.bootstrap
];
"rabulinski-com-cf.age".publicKeys = [
keys.system.kazuki
keys.other.bootstrap
];
}