From 4aa9e766b4af68e07ae4c4f868faba1e09280fc0 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 26 Sep 2019 15:43:04 -0400
Subject: [PATCH] give the issuer a permissive firewall

---
 nixos/modules/tests/private-storage.nix | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/nixos/modules/tests/private-storage.nix b/nixos/modules/tests/private-storage.nix
index be30b24d..dd125fa6 100644
--- a/nixos/modules/tests/private-storage.nix
+++ b/nixos/modules/tests/private-storage.nix
@@ -70,14 +70,15 @@ import <nixpkgs/nixos/tests/make-test.nix> {
       [ ../issuer.nix
       ];
       services.private-storage-issuer.enable = true;
-    };
+
+    } // networkConfig;
   };
 
   # Test the machines with a Perl program (sobbing).
   testScript =
     ''
       # Start booting all the VMs in parallel to speed up operations down below.
-      # startAll;
+      startAll;
 
       # Set up a Tahoe-LAFS introducer.
       $introducer->copyFileFromHost(
-- 
GitLab