fix(adguard): fix string interpolation syntax error
Fix a broken string concatenation that was causing a syntax error during NixOS evaluation. Co-Authored-By: Gemini CLI <noreply@google.com>
This commit is contained in:
parent
93bef3b301
commit
7a505055f8
1 changed files with 1 additions and 2 deletions
|
|
@ -101,8 +101,7 @@ in
|
||||||
${lib.optionalString (lib.length cfg.clients == 0) ''
|
${lib.optionalString (lib.length cfg.clients == 0) ''
|
||||||
clients:
|
clients:
|
||||||
persistent: []
|
persistent: []
|
||||||
|
''}
|
||||||
'' + ''
|
|
||||||
|
|
||||||
filtering:
|
filtering:
|
||||||
protection_enabled: true
|
protection_enabled: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue