Install mongosh, move services to modules
diff --git a/services/mongodb.nix b/modules/mongodb.nix
similarity index 83%
rename from services/mongodb.nix
rename to modules/mongodb.nix
index 6156f7c..26570f1 100644
--- a/services/mongodb.nix
+++ b/modules/mongodb.nix
@@ -1,4 +1,5 @@
{ config, pkgs, ... }: {
+ environment.systemPackages = [ pkgs.mongosh ];
services.mongodb.enable = true;
services.mongodb.enableAuth = true;
services.mongodb.initialRootPassword = "fYhw&%6frpcL9zcJ5p^b^tquP0kyVE9hehoLY4lY2zUUzbIjEyDPhAIMe2M";