about summary refs log tree commit diff
path: root/nixos/tests/neo4j.nix
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-09-21 14:15:49 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-08-12 15:45:48 -0700
commit0fbce25144c1ddcd766203f6946dac11056edb7e (patch)
treed16a8f990e27989db7314086aeaf508968eceee6 /nixos/tests/neo4j.nix
parent663e41e6df4df274014c3447c1996c83af33deef (diff)
neo4j: 3.5.14 -> 4.1.1
Diffstat (limited to 'nixos/tests/neo4j.nix')
-rw-r--r--nixos/tests/neo4j.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/neo4j.nix b/nixos/tests/neo4j.nix
index 8329e5630d7af..936d23ee1b709 100644
--- a/nixos/tests/neo4j.nix
+++ b/nixos/tests/neo4j.nix
@@ -7,6 +7,9 @@ import ./make-test-python.nix {
 
       {
         services.neo4j.enable = true;
+        # require tls certs to be available
+        services.neo4j.https.enable = false;
+        services.neo4j.bolt.enable = false;
       };
   };