1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

pump.io test: adapt mongodb extraConf to YAML

This commit is contained in:
Eric Sagnes 2016-09-14 12:04:29 +09:00
parent 5cd565e507
commit 9132088dab

View file

@ -77,7 +77,7 @@ in {
}; };
mongodb.enable = true;
mongodb.extraConfig = ''
nojournal = true
storage.journal.enabled: false
'';
};
systemd.services.mongodb.unitConfig.Before = "pump.io.service";