cjdns test: fix typo
Noticed by @vcunat https://github.com/NixOS/nixpkgs/commit/daf3ba426b2558e73ef2742fab1a73c782ef62a6#commitcomment-19820962
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user