about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-09-21 14:19:17 +0200
committerGitHub <noreply@github.com>2016-09-21 14:19:17 +0200
commit001d314e874e7fcf819847f88051346684d22e32 (patch)
tree7767fdeae5dae59a1d593b2ffd3191fb86a68489 /nixos/tests
parent5bfd092f07aee3c71b603000f13773a739971e72 (diff)
parent9132088dab08abab9107e285db64f3f8f7dbd7c5 (diff)
downloadnixlib-001d314e874e7fcf819847f88051346684d22e32.tar
nixlib-001d314e874e7fcf819847f88051346684d22e32.tar.gz
nixlib-001d314e874e7fcf819847f88051346684d22e32.tar.bz2
nixlib-001d314e874e7fcf819847f88051346684d22e32.tar.lz
nixlib-001d314e874e7fcf819847f88051346684d22e32.tar.xz
nixlib-001d314e874e7fcf819847f88051346684d22e32.tar.zst
nixlib-001d314e874e7fcf819847f88051346684d22e32.zip
Merge pull request #18574 from ericsagnes/feat/mongodb
MongoDB service: switch configuration format to YAML
Diffstat (limited to 'nixos/tests')
-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";