From b5e2ff4bed63ef48f0f6ea9844b03bd63724e63e Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Fri, 22 Mar 2013 21:11:15 +0100 Subject: [PATCH] mongodb: v8 is the default javascript engine now --- modules/services/databases/mongodb.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 = ''