Add mongodb to my host
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
./hardware-configuration.nix
|
||||
./podman.nix
|
||||
./virt.nix
|
||||
./work.nix
|
||||
];
|
||||
programs = {
|
||||
steam.enable = true;
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.mongodb = {
|
||||
enable = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [ mongodb-compass ];
|
||||
}
|
||||
Reference in New Issue
Block a user