mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03: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.enable = true;
|
||||||
mongodb.extraConfig = ''
|
mongodb.extraConfig = ''
|
||||||
nojournal = true
|
storage.journal.enabled: false
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
systemd.services.mongodb.unitConfig.Before = "pump.io.service";
|
systemd.services.mongodb.unitConfig.Before = "pump.io.service";
|
||||||
|
Loading…
Reference in New Issue
Block a user