about summary refs log tree commit diff
path: root/nixos/modules/services
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
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')
-rw-r--r--nixos/modules/services/networking/unifi.nix4
-rw-r--r--nixos/modules/services/video/unifi-video.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/networking/unifi.nix b/nixos/modules/services/networking/unifi.nix
index 73adf5572b35..2e2217d33773 100644
--- a/nixos/modules/services/networking/unifi.nix
+++ b/nixos/modules/services/networking/unifi.nix
@@ -42,10 +42,10 @@ in
 
     services.unifi.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. Please note: unifi7 officially only supports mongodb up until 3.6 but works with 4.2.
+        The mongodb package to use. Please note: unifi7 officially only supports mongodb up until 3.6 but works with 4.4.
       '';
     };
 
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.