cjdns test: fix typo

Noticed by @vcunat
daf3ba426b (commitcomment-19820962)
This commit is contained in:
Joachim Fasting 2016-11-15 01:22:31 +01:00
parent c9bd751a16
commit 999ac3056d
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -54,7 +54,7 @@ import ./make-test.nix ({ pkgs, ...} : {
services.cjdns =
{ UDPInterface =
{ bind = "0.0.0.0:1024";
connectTo."192.168.0.1:1024}" =
connectTo."192.168.0.1:1024" =
{ password = carolPassword;
publicKey = carolPubKey;
};