i2pd module: fix typo (#21525)
This commit is contained in:
parent
d57405568e
commit
59361a2a81
@ -147,7 +147,7 @@ let
|
|||||||
host = ${tun.address}
|
host = ${tun.address}
|
||||||
port = ${tun.port}
|
port = ${tun.port}
|
||||||
inport = ${tun.inPort}
|
inport = ${tun.inPort}
|
||||||
accesslist = ${concatStringSep "," tun.accessList}
|
accesslist = ${builtins.concatStringsSep "," tun.accessList}
|
||||||
'')
|
'')
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user