summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-04-27 11:53:41 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-04-27 11:53:41 +0200
commit6852f09ff165b204fd51bcbceaa75a5c55013f12 (patch)
tree5e05a89ef7de8d359350ed9faf6e1274f77dfcce
parentcb3ebc4ce8aa370b5d463afc0dc69f4821dd064f (diff)
downloadnixos-6852f09ff165b204fd51bcbceaa75a5c55013f12.tar
nixos-6852f09ff165b204fd51bcbceaa75a5c55013f12.tar.gz
nixos-6852f09ff165b204fd51bcbceaa75a5c55013f12.tar.bz2
nixos-6852f09ff165b204fd51bcbceaa75a5c55013f12.tar.xz
nixos-6852f09ff165b204fd51bcbceaa75a5c55013f12.zip
map
-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}