modules: secrets: fix 'matrix/secret'
This commit is contained in:
parent
f306cc84bc
commit
d20e921e33
Binary file not shown.
|
@ -30,7 +30,10 @@ in
|
||||||
owner = "matrix-synapse";
|
owner = "matrix-synapse";
|
||||||
publicKeys = all;
|
publicKeys = all;
|
||||||
};
|
};
|
||||||
"matrix/secret.age".publicKeys = all;
|
"matrix/secret.age" = {
|
||||||
|
owner = "matrix-synapse";
|
||||||
|
publicKeys = all;
|
||||||
|
};
|
||||||
|
|
||||||
"miniflux/credentials.age".publicKeys = all;
|
"miniflux/credentials.age".publicKeys = all;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue