feat(secrets): Only setup the secrets needed

This commit is contained in:
Raphael 2025-12-16 14:59:43 +01:00
parent ddb3f8d218
commit b95bd6b36a
No known key found for this signature in database
9 changed files with 10 additions and 21 deletions

View file

@ -12,5 +12,8 @@ in
{
"mailjet-user.age".publicKeys = users ++ systems;
"mailjet-pass.age".publicKeys = users ++ systems;
"nextcloud-admin-pass.age".publicKeys = users ++ systems;
"nextcloud-database.age".publicKeys = users ++ systems;
"kandim-admin.age".publicKeys = users ++ systems;
"kandim-idmAdmin.age".publicKeys = users ++ systems;
}