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