From 6852f09ff165b204fd51bcbceaa75a5c55013f12 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 27 Apr 2016 11:53:41 +0200 Subject: map --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/uucp.nix b/custom/uucp.nix index a457cca7..b46ecedf 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -112,7 +112,7 @@ in { ''; environment.etc."uucp/port" = { - text = concatStringsSep "\n" portSpec config.services.uucp.remoteNodes; + text = concatStringsSep "\n" (map portSpec config.services.uucp.remoteNodes); }; }; } -- cgit v1.2.3