fix(adguard): add newline before filtering section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a5d1f3e136
commit
7b9b1e1909
1 changed files with 2 additions and 2 deletions
|
|
@ -97,8 +97,7 @@ in
|
|||
querylog_enabled: true
|
||||
querylog_file_enabled: true
|
||||
statistics_enabled: true
|
||||
''
|
||||
+ lib.optionalString (cfg.clients != []) ''
|
||||
'' + lib.optionalString (cfg.clients != []) ''
|
||||
clients:
|
||||
persistent:
|
||||
${lib.concatStringsSep "\n " (
|
||||
|
|
@ -108,6 +107,7 @@ in
|
|||
- ${config.sops.placeholder.${client.idSecret}}
|
||||
'') cfg.clients
|
||||
)}
|
||||
'' + ''
|
||||
|
||||
filtering:
|
||||
protection_enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue