summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
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 {
112 ''; 112 '';
113 113
114 environment.etc."uucp/port" = { 114 environment.etc."uucp/port" = {
115 text = concatStringsSep "\n" portSpec config.services.uucp.remoteNodes; 115 text = concatStringsSep "\n" (map portSpec config.services.uucp.remoteNodes);
116 }; 116 };
117 }; 117 };
118} 118}