Disable mongo and add alias

This commit is contained in:
Greg Hellings
2024-10-22 14:53:48 -05:00
parent 93441bc372
commit cb22192c67
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
{
services.mongodb = {
enable = true;
enable = false;
};
environment.systemPackages = with pkgs; [ mongodb-compass ];
}