summary refs log tree commit diff
path: root/nixos/tests/pump.io.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/pump.io.nix')
-rw-r--r--nixos/tests/pump.io.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/pump.io.nix b/nixos/tests/pump.io.nix
index 3864f676497e..18da52b5134b 100644
--- a/nixos/tests/pump.io.nix
+++ b/nixos/tests/pump.io.nix
@@ -77,7 +77,7 @@ in {
            }; };
            mongodb.enable = true;
            mongodb.extraConfig = ''
-             nojournal = true
+             storage.journal.enabled: false
            '';
           };
           systemd.services.mongodb.unitConfig.Before = "pump.io.service";