Disable mongo and add alias
This commit is contained in:
@@ -45,6 +45,7 @@
|
|||||||
# Python related ones
|
# Python related ones
|
||||||
ac = "vox activate";
|
ac = "vox activate";
|
||||||
d = "vox deactivate";
|
d = "vox deactivate";
|
||||||
|
s = "nix run \".#runserver\"";
|
||||||
|
|
||||||
# Nix related ones
|
# Nix related ones
|
||||||
gl-nging = "sudo nixos-container run gitlab -- systemctl restart nginx";
|
gl-nging = "sudo nixos-container run gitlab -- systemctl restart nginx";
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
services.mongodb = {
|
services.mongodb = {
|
||||||
enable = true;
|
enable = false;
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [ mongodb-compass ];
|
environment.systemPackages = with pkgs; [ mongodb-compass ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user