modules: secrets: add 'owner' logic
This commit is contained in:
parent
5f41bb1647
commit
30eaefc1d1
4 changed files with 11 additions and 13 deletions
|
|
@ -27,7 +27,11 @@ in
|
|||
|
||||
"monitoring/password.age".publicKeys = all;
|
||||
|
||||
"nextcloud/password.age".publicKeys = all;
|
||||
"nextcloud/password.age" = {
|
||||
# Must be readable by the service
|
||||
owner = "nextcloud";
|
||||
publicKeys = all;
|
||||
};
|
||||
|
||||
"paperless/password.age".publicKeys = all;
|
||||
"paperless/secret-key.age".publicKeys = all;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue