mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: make unifi work again
This commit is contained in:
parent
78cb82a061
commit
f113d19c33
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
services.unifi = {
|
services.unifi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
unifiPackage = pkgs.unifi8;
|
unifiPackage = pkgs.unifi;
|
||||||
mongodbPackage = pkgs.mongodb-7_0;
|
mongodbPackage = pkgs.mongodb-7_0;
|
||||||
};
|
};
|
||||||
# services.nginx = {
|
# services.nginx = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue