mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
cjdns test: fix typo
Noticed by @vcunat
daf3ba426b (commitcomment-19820962)
This commit is contained in:
parent
c9bd751a16
commit
999ac3056d
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user