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 = {
|
services.unifi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openPorts = false;
|
openPorts = false;
|
||||||
unifiPackage = pkgs.unifiBeta;
|
unifiPackage = pkgs.unifi;
|
||||||
};
|
};
|
||||||
services.prometheus.exporters.unifi-poller = {
|
services.prometheus.exporters.unifi-poller = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue