Skip to content

Commit

Permalink
feat(hk47): remove unifi
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Feb 12, 2024
1 parent f956bdc commit b8d984a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hosts/hk47/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ in
#firewall.allowedUDPPorts = [5353];

firewall.allowedTCPPorts = [
8443 # unifi
# open a bunch of ports home-assistant's homekit bridge
21064
# 40000
Expand Down Expand Up @@ -136,12 +135,6 @@ in
'';
};

services.unifi = {
enable = true;
unifiPackage = pkgs.unifi7;
openFirewall = true;
};

alexghr.tailscale = {
enable = true;
authKeyFile = config.age.secrets.tailscale.path;
Expand Down

0 comments on commit b8d984a

Please sign in to comment.