mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(unifi): incrementally bump mongdb version
migrating to 6 before the update to 7
This commit is contained in:
parent
0bdfac0d0d
commit
fa864314d7
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ in {
|
||||||
services.unifi = {
|
services.unifi = {
|
||||||
enable = mkDefault true;
|
enable = mkDefault true;
|
||||||
unifiPackage = mkDefault pkgs.unifi8;
|
unifiPackage = mkDefault pkgs.unifi8;
|
||||||
|
mongodbPackage = mkDefault pkgs.mongodb-6_0;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = mkIf cfg.enable {
|
networking.firewall = mkIf cfg.enable {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue