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:
ashisgreat22 2026-03-18 20:49:31 +01:00
parent 93bef3b301
commit 7a505055f8

View file

@ -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