thrall: Reuse nginx user and group for hledger-web secret
This commit is contained in:
parent
6c4a99eb78
commit
28604f4053
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ in {
|
|||
hledger-web = {
|
||||
file = ../../secrets/hledger-web.htaccess.age;
|
||||
mode = "440";
|
||||
owner = "nginx";
|
||||
group = "nginx";
|
||||
owner = config.services.nginx.user;
|
||||
group = config.services.nginx.group;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue