From 59361a2a81bf86f203de5c6cb14801f4915c55e7 Mon Sep 17 00:00:00 2001 From: Alexey Lebedeff Date: Fri, 30 Dec 2016 18:14:05 +0400 Subject: [PATCH] i2pd module: fix typo (#21525) --- nixos/modules/services/networking/i2pd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/i2pd.nix b/nixos/modules/services/networking/i2pd.nix index 578376764eb..abb7a4e9137 100644 --- a/nixos/modules/services/networking/i2pd.nix +++ b/nixos/modules/services/networking/i2pd.nix @@ -147,7 +147,7 @@ let host = ${tun.address} port = ${tun.port} inport = ${tun.inPort} - accesslist = ${concatStringSep "," tun.accessList} + accesslist = ${builtins.concatStringsSep "," tun.accessList} '') } '';