commit | 92225de21e1d40ac92609065c0c84a613b07f690 | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Tue May 10 21:53:23 2022 +0100 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Tue May 10 21:53:23 2022 +0100 |
tree | b6c3323e141e155fc401de42ab3be8020942a2cd | |
parent | 85907103fe731dd19944fc60e7d8d1e1f958ff95 [diff] |
Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix index 5f1a04f..25038d5 100644 --- a/system/configuration.nix +++ b/system/configuration.nix
@@ -278,6 +278,7 @@ # ]; services.mongodb = { + package = pkgs.mongodb-5_0; enable = true; dbpath = "/tmp/mongodb"; };