Get the brackets right
This commit is contained in:
parent
da3d7582e2
commit
e55d3329f0
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue