Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT]: MongoDB and MongoDB compass integration #25

Open
ionutnechita opened this issue Jan 6, 2025 · 2 comments
Open

[ENHANCEMENT]: MongoDB and MongoDB compass integration #25

ionutnechita opened this issue Jan 6, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@ionutnechita
Copy link

[ENHANCEMENT]: MongoDB and MongoDB compass integration

@ionutnechita ionutnechita added the enhancement New feature or request label Jan 6, 2025
@D3vil0p3r
Copy link
Member

You can get mongodb directly by adding it on Nix configuration.

@ionutnechita
Copy link
Author

HI @D3vil0p3r ,

I added it here:

 ...  modules/dev/mongodb]# cat default.nix 
{ lib, pkgs, config, ... }: {
  config = lib.mkIf config.athena.baseConfiguration {
    services.mongodb.enable = true;
    services.mongodb.package = pkgs.mongodb-ce;
  };
}

and

 ...  modules/dev]# cat default.nix 
{
  imports = [
    ./mongodb
    ./neovim
    ./starship
    ./tmux
    ./vscodium
  ];
}

I think that's fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants