Cleanup
This commit is contained in:
parent
1942425605
commit
1792180144
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ in
|
|||
requires = [ "acme-${cfg.domain}.service" ];
|
||||
after = [ "acme-${cfg.domain}.service" ];
|
||||
serviceConfig.SupplementaryGroups = [ "acme" ];
|
||||
serviceConfig.SystemCallFilter = lib.mkForce [];
|
||||
preStart = lib.mkAfter ''
|
||||
if [ -f /var/lib/private/AdGuardHome/AdGuardHome.yaml ]; then
|
||||
${pkgs.yq-go}/bin/yq -i '.clients.persistent = load("${config.sops.templates."adguard_clients.yaml".path}").clients.persistent' /var/lib/private/AdGuardHome/AdGuardHome.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue