Fix variable typo

This commit is contained in:
niten 2023-09-24 11:27:27 -07:00
parent 1c3c9ee371
commit 6eb1bb96eb

View File

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