Disable mongo and add alias
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
services.mongodb = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [ mongodb-compass ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user