modules: secrets: fix 'matrix/secret'
This commit is contained in:
parent
f306cc84bc
commit
d20e921e33
2 changed files with 4 additions and 1 deletions
Binary file not shown.
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue