about summary refs log tree commit diff
path: root/nixos/tests/neo4j.nix
diff options
context:
space:
mode:
authorgardspirito <guardspirit@protonmail.com>2022-06-30 16:01:50 +0300
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-08-12 15:45:48 -0700
commit8d6f4552cd5c6089475f8696c821f39fe3b2cda1 (patch)
treeb6ab6cb943474c63f87361311c3211703bb8e684 /nixos/tests/neo4j.nix
parent051a99ccd9b05c75b6bf7f932f3312698cbf3dc2 (diff)
nixos/neo4j: fix typo
Diffstat (limited to 'nixos/tests/neo4j.nix')
-rw-r--r--nixos/tests/neo4j.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/neo4j.nix b/nixos/tests/neo4j.nix
index 1386e6a48a4d7..0b57f5b2e038a 100644
--- a/nixos/tests/neo4j.nix
+++ b/nixos/tests/neo4j.nix
@@ -6,8 +6,8 @@ import ./make-test-python.nix {
       { ... }:
 
       {
-	virtualisation.memorySize = 4096;
-	virtualisation.diskSize = 1024;
+        virtualisation.memorySize = 4096;
+        virtualisation.diskSize = 1024;
 
         services.neo4j.enable = true;
         # require tls certs to be available