diff --git a/modules/services/databases/mongodb.nix b/modules/services/databases/mongodb.nix index bdae728c6463..d62994158939 100644 --- a/modules/services/databases/mongodb.nix +++ b/modules/services/databases/mongodb.nix @@ -38,7 +38,7 @@ in }; package = mkOption { - default = pkgs.mongodb.override { useV8 = cfg.useV8; }; + default = pkgs.mongodb; description = " Which MongoDB derivation to use. "; @@ -74,11 +74,6 @@ in description = "Append logfile instead over overwriting"; }; - useV8 = mkOption { - default = false; - description = "Use V8 instead of spidermonkey for js execution"; - }; - replSetName = mkOption { default = ""; description = ''