Skip to content
Snippets Groups Projects
Commit 4aa9e766 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

give the issuer a permissive firewall

parent a210d796
No related branches found
No related tags found
1 merge request!10End-to-end with ristretto
...@@ -70,14 +70,15 @@ import <nixpkgs/nixos/tests/make-test.nix> { ...@@ -70,14 +70,15 @@ import <nixpkgs/nixos/tests/make-test.nix> {
[ ../issuer.nix [ ../issuer.nix
]; ];
services.private-storage-issuer.enable = true; services.private-storage-issuer.enable = true;
};
} // networkConfig;
}; };
# Test the machines with a Perl program (sobbing). # Test the machines with a Perl program (sobbing).
testScript = testScript =
'' ''
# Start booting all the VMs in parallel to speed up operations down below. # Start booting all the VMs in parallel to speed up operations down below.
# startAll; startAll;
# Set up a Tahoe-LAFS introducer. # Set up a Tahoe-LAFS introducer.
$introducer->copyFileFromHost( $introducer->copyFileFromHost(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment