Update unifi controller to version 8

This commit is contained in:
Jakob Lechner 2024-08-01 18:44:37 +02:00
parent 09d3b5b22f
commit 26f62b0ed5

View file

@ -7,7 +7,7 @@ in
services.unifi = {
enable = true;
openFirewall = true;
unifiPackage = pkgs.unifi;
unifiPackage = pkgs.unifi8;
};
networking.firewall.allowedTCPPorts = [ 8443 ];