mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
pump.io test: adapt mongodb extraConf to YAML
(cherry picked from commit 9132088dab
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
9dcd6f54f5
commit
faf6fef954
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue