From f0db2a42f6a803eaaacb601406aee32a8660673b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 27 Sep 2019 12:21:29 -0400 Subject: [PATCH] The issuer runs on 8081 by default (and has no option for changing this ha) --- nixos/modules/tests/private-storage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/tests/private-storage.nix b/nixos/modules/tests/private-storage.nix index 5c44c755..a3ec8f50 100644 --- a/nixos/modules/tests/private-storage.nix +++ b/nixos/modules/tests/private-storage.nix @@ -60,7 +60,7 @@ import <nixpkgs/nixos/tests/make-test.nix> { services.private-storage.enable = true; services.private-storage.publicIPv4 = "storage"; services.private-storage.introducerFURL = introducerFURL; - services.private-storage.issuerRootURL = "http://issuer/"; + services.private-storage.issuerRootURL = "http://issuer:8081/"; } // networkConfig; # Operate an issuer as well. -- GitLab