modules: secrets: fix permission of 'matrix/mail'
This commit is contained in:
parent
30eaefc1d1
commit
3201445c08
|
@ -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