modules: secrets: fix permission of 'matrix/mail'
This commit is contained in:
parent
5fd82472bf
commit
b9786398a7
|
@ -20,7 +20,10 @@ in
|
|||
|
||||
"lohr/secret.age".publicKeys = all;
|
||||
|
||||
"matrix/mail.age".publicKeys = all;
|
||||
"matrix/mail.age" = {
|
||||
owner = "matrix-synapse";
|
||||
publicKeys = all;
|
||||
};
|
||||
"matrix/secret.age".publicKeys = all;
|
||||
|
||||
"miniflux/credentials.age".publicKeys = all;
|
||||
|
|
Loading…
Reference in a new issue