about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-01-07 13:04:34 +0000
committerGitHub <noreply@github.com>2023-01-07 13:04:34 +0000
commitc2fdf2d137544580208f5fec4b8cf9ca06a6e0ff (patch)
tree94ffdbc39a47ac7ab8140bb371b512f3a658265b /nixos/modules/services
parent9fb83711c2c5c11a1e8a895ab98a268ee68a40ea (diff)
parent7afa7286f77bd46d0d73b431de41076c9d325407 (diff)
Merge pull request #209191 from wegank/mongodb-more-drops
mongodb-4_0: drop
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/video/unifi-video.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/video/unifi-video.nix b/nixos/modules/services/video/unifi-video.nix
index 93d4d5060b70c..78dc19086312c 100644
--- a/nixos/modules/services/video/unifi-video.nix
+++ b/nixos/modules/services/video/unifi-video.nix
@@ -123,7 +123,7 @@ in
 
     mongodbPackage = mkOption {
       type = types.package;
-      default = pkgs.mongodb-4_0;
+      default = pkgs.mongodb-4_2;
       defaultText = literalExpression "pkgs.mongodb";
       description = lib.mdDoc ''
         The mongodb package to use.