From daf3ba426b2558e73ef2742fab1a73c782ef62a6 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Fri, 4 Nov 2016 13:37:38 +0100 Subject: [PATCH] cjdns test: exercise host builder logic --- nixos/tests/cjdns.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/cjdns.nix b/nixos/tests/cjdns.nix index f61c82b916a..1cedf168dcb 100644 --- a/nixos/tests/cjdns.nix +++ b/nixos/tests/cjdns.nix @@ -57,6 +57,7 @@ import ./make-test.nix ({ pkgs, ...} : { connectTo."192.168.0.1:1024}" = { password = carolPassword; publicKey = carolPubKey; + hostname = "carol"; }; }; };