about summary refs log tree commit diff
path: root/nixos/modules/services/video/unifi-video.nix
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-06 14:26:11 +0300
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-06 14:26:11 +0300
commit3f467ff45f3c24e8767e0d607e2a02bee9d95b20 (patch)
tree9247bab6a0336cd05fe5a3e5a2d96899bbddf4f2 /nixos/modules/services/video/unifi-video.nix
parentac6d8999f034ca9971e76cf110c3f50046fc0c9a (diff)
downloadnixlib-3f467ff45f3c24e8767e0d607e2a02bee9d95b20.tar
nixlib-3f467ff45f3c24e8767e0d607e2a02bee9d95b20.tar.gz
nixlib-3f467ff45f3c24e8767e0d607e2a02bee9d95b20.tar.bz2
nixlib-3f467ff45f3c24e8767e0d607e2a02bee9d95b20.tar.lz
nixlib-3f467ff45f3c24e8767e0d607e2a02bee9d95b20.tar.xz
nixlib-3f467ff45f3c24e8767e0d607e2a02bee9d95b20.tar.zst
nixlib-3f467ff45f3c24e8767e0d607e2a02bee9d95b20.zip
mongodb-4_2: drop
Diffstat (limited to 'nixos/modules/services/video/unifi-video.nix')
-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 78dc19086312..cb438a08150f 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_2;
+      default = pkgs.mongodb-4_4;
       defaultText = literalExpression "pkgs.mongodb";
       description = lib.mdDoc ''
         The mongodb package to use.