From 71ce38b69605ee1835260f20e4cfb2ee854fb813 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 6 Sep 2025 15:49:30 -0400 Subject: [PATCH] unifi --- hosts/nixos/Dragneel/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/nixos/Dragneel/default.nix b/hosts/nixos/Dragneel/default.nix index f7ea8b4..b468ed4 100644 --- a/hosts/nixos/Dragneel/default.nix +++ b/hosts/nixos/Dragneel/default.nix @@ -72,4 +72,11 @@ canTouchEfiVariables = true; }; }; + + services.unifi = { + enable = true; + openFirewall = true; + unifiPackage = pkgs.unifi; + mongodbPackage = pkgs.mongodb-7_0; + }; }