Skip to content

Commit

Permalink
services: mongodb use binary distro
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 28, 2024
1 parent c403b3f commit f812864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/services/mongodb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ in
package = mkOption {
type = types.package;
description = "Which MongoDB package to use.";
default = pkgs.mongodb-6_0;
defaultText = lib.literalExpression "pkgs.mongodb";
default = pkgs.mongodb-ce;
defaultText = lib.literalExpression "pkgs.mongodb-ce";
};

additionalArgs = lib.mkOption {
Expand Down

0 comments on commit f812864

Please sign in to comment.