Fix variable typo

This commit is contained in:
niten 2023-09-24 11:27:27 -07:00
parent 1c3c9ee371
commit 6eb1bb96eb
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ in {
enable = true;
selector = cfg.selector;
domains = let domainString = concatStringsSep "," cfg.domains;
in "csl:${domainsString}";
in "csl:${domainString}";
configFile = let
debugString = ''
Syslog yes