Get the brackets right

This commit is contained in:
niten 2023-09-27 17:05:30 -07:00
parent da3d7582e2
commit e55d3329f0
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ in {
cfg.blacklist.dns) ++ [ "permit" ]; cfg.blacklist.dns) ++ [ "permit" ];
makeRestrictionsString = lst: makeRestrictionsString = lst:
concatStringsSep "," (map (line: replaceStrings [ " " ] [ "," ])) lst; concatStringsSep "," (map (line: replaceStrings [ " " ] [ "," ]) lst);
in { in {
enable = true; enable = true;