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:
parent
5cd565e507
commit
9132088dab
|
@ -77,7 +77,7 @@ in {
|
|||
}; };
|
||||
mongodb.enable = true;
|
||||
mongodb.extraConfig = ''
|
||||
nojournal = true
|
||||
storage.journal.enabled: false
|
||||
'';
|
||||
};
|
||||
systemd.services.mongodb.unitConfig.Before = "pump.io.service";
|
||||
|
|
Loading…
Reference in a new issue