summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorBadi Abdul-Wahid <abdulwahidc@gmail.com>2018-03-25 16:49:54 -0400
committerRobin Gloster <mail@glob.in>2018-04-28 00:27:33 +0200
commitdf3566c9560b3305bd33faf4bc7580dc55f4f71e (patch)
tree43b1489bda7e83f26052e380dd7c16993895a2de /pkgs/top-level
parent68d144b6eda1d1b0412b86596f688f179b43d257 (diff)
unifi, nixos/unifi: support LTS (5.6.36) and release (5.7.20)
Ubiquiti has both a LTS and current version of their Unifi controller software. The latter adds new features, but may drop support for some devices. This adds the capability to use either for the unifi module but defaults to the LTS version, which was the previous behavior.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 2bd29155a977..ef5a7c1d8ba9 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -12909,6 +12909,7 @@ with pkgs;
axis2 = callPackage ../servers/http/tomcat/axis2 { };
unifi = callPackage ../servers/unifi { };
+ unifiLTS = callPackage ../servers/unifi { useLTS=true; };
virtuoso6 = callPackage ../servers/sql/virtuoso/6.x.nix { };