Need to use line...partial apply instead
This commit is contained in:
parent
e55d3329f0
commit
713aa646e5
|
@ -279,7 +279,7 @@ in {
|
|||
cfg.blacklist.dns) ++ [ "permit" ];
|
||||
|
||||
makeRestrictionsString = lst:
|
||||
concatStringsSep "," (map (line: replaceStrings [ " " ] [ "," ]) lst);
|
||||
concatStringsSep "," (map (replaceStrings [ " " ] [ "," ]) lst);
|
||||
|
||||
in {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue