diff options
author | Franck Cuny <franck@fcuny.net> | 2023-01-09 19:13:44 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-01-09 19:13:44 -0800 |
commit | 32510a457f347a066e8553574471c7ae2792df0a (patch) | |
tree | 28eb7da8694c524a9f21cb4d22bcfee0b933c129 | |
parent | fix(hosts/tahoe): mask mdmonitor (diff) | |
download | world-32510a457f347a066e8553574471c7ae2792df0a.tar.gz |
fix(modules/unifi): pin the package for mongodb
Similar to 6c0211b.
Diffstat (limited to '')
-rw-r--r-- | modules/services/unifi/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/services/unifi/default.nix b/modules/services/unifi/default.nix index cc5ab69..09834f6 100644 --- a/modules/services/unifi/default.nix +++ b/modules/services/unifi/default.nix @@ -38,6 +38,7 @@ in enable = true; openFirewall = true; unifiPackage = pkgs.unifi7; + mongodbPackage = pkgs.mongodb-4_2; }; services.prometheus.exporters.unpoller = { |