modules: secrets: fix 'matrix/secret'

This commit is contained in:
Bruno BELANYI 2023-04-01 13:56:06 +02:00
parent f306cc84bc
commit d20e921e33
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -30,7 +30,10 @@ in
owner = "matrix-synapse";
publicKeys = all;
};
"matrix/secret.age".publicKeys = all;
"matrix/secret.age" = {
owner = "matrix-synapse";
publicKeys = all;
};
"miniflux/credentials.age".publicKeys = all;