swann: swap unifiPackage to pkgs.unifi
unifiBeta is no more: https://github.com/NixOS/nixpkgs/pull/107797
This commit is contained in:
parent
bb1914a1ab
commit
b2d8acd4b9
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ in {
|
|||
services.unifi = {
|
||||
enable = true;
|
||||
openPorts = false;
|
||||
unifiPackage = pkgs.unifiBeta;
|
||||
unifiPackage = pkgs.unifi;
|
||||
};
|
||||
services.prometheus.exporters.unifi-poller = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue