From fa83bdc5067417e3407241b17116a560c9d86b61 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Mon, 3 Feb 2025 21:56:21 +0100 Subject: move around alot of stuff --- services/unifi.nix | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 services/unifi.nix (limited to 'services/unifi.nix') diff --git a/services/unifi.nix b/services/unifi.nix deleted file mode 100644 index 7d351d4..0000000 --- a/services/unifi.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: -{ - # https://help.ui.com/hc/en-us/articles/218506997-Required-Ports-Reference - networking.firewall.allowedTCPPorts = [ 8080 8000 8443 8880 8843 6789 27117 ]; - networking.firewall.allowedUDPPorts = [ 3478 5514 10001 1900 123 ]; - networking.firewall.allowedUDPPortRanges = [ { from = 5656; to = 5699; } ]; -} -- cgit v1.2.3