Cleanup
This commit is contained in:
parent
e9652aaaa6
commit
ecf4fe59af
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ in
|
|||
systemd.services.adguardhome = {
|
||||
requires = [ "acme-${cfg.domain}.service" ];
|
||||
after = [ "acme-${cfg.domain}.service" ];
|
||||
serviceConfig.SupplementaryGroups = [ "acme" ];
|
||||
serviceConfig.SupplementaryGroups = [ "acme" "nginx" ];
|
||||
};
|
||||
|
||||
# Open firewall for DoT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue