fix unifi mongo version
This commit is contained in:
parent
4ba8fec879
commit
e03c7461c3
4 changed files with 14 additions and 18 deletions
|
@ -1,13 +1,13 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
{ pkgs, lib, pkgs_22-11,... }: {
|
||||
system.stateVersion = "21.05";
|
||||
networking.interfaces.eth0.useDHCP = true;
|
||||
|
||||
environment.systemPackages = [ pkgs.mongodb-4_2 ];
|
||||
environment.systemPackages = [ pkgs_22-11.mongodb-4_2 ];
|
||||
|
||||
services.unifi = {
|
||||
enable = true;
|
||||
unifiPackage = pkgs.unifi;
|
||||
mongodbPackage = pkgs.mongodb-4_2;
|
||||
mongodbPackage = pkgs_22-11.mongodb-4_2;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue