MongoDB: Difference between revisions
Ichbinmatz (talk | contribs) m fix typo in the link displayname |
Astralchroma (talk | contribs) m Warn about `mongodb` not being pre-compiled |
||
| Line 7: | Line 7: | ||
... | ... | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{warning|The default <code>mongodb</code> package does not provide pre-compiled binaries, and the package will be compiled locally. The alternate package <code>mongodb-ce</code> does however. You can configure the mongodb service to use this package with the following:<syntaxhighlight lang="nix">services.mongodb.package = pkgs.mongodb-ce;</syntaxhighlight>}} | |||
== Configuration == | == Configuration == | ||