Get the brackets right
This commit is contained in:
parent
da3d7582e2
commit
e55d3329f0
|
@ -279,7 +279,7 @@ in {
|
|||
cfg.blacklist.dns) ++ [ "permit" ];
|
||||
|
||||
makeRestrictionsString = lst:
|
||||
concatStringsSep "," (map (line: replaceStrings [ " " ] [ "," ])) lst;
|
||||
concatStringsSep "," (map (line: replaceStrings [ " " ] [ "," ]) lst);
|
||||
|
||||
in {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue