commit | 97be4ee0227f249d34aeb552059c075df9f98bb0 | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Tue May 10 22:41:55 2022 +0100 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Tue May 10 22:41:55 2022 +0100 |
tree | 39cfb472587b6892725c208049811368c66a7268 | |
parent | 525fa208cf6b57af73eb377c7bc4152e8f960247 [diff] |
Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix index 25b240f..451b15b 100644 --- a/system/configuration.nix +++ b/system/configuration.nix
@@ -280,7 +280,7 @@ # ]; services.mongodb = { - package = unstable-pkgs.mongodb-5_0; + package = unstable-pkgs.mongodb-4_4; enable = true; dbpath = "/tmp/mongodb"; };