From 459d83c13b4f903cc425a4c626fd66b1f27317aa Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 16 Nov 2024 17:46:54 +0530 Subject: Switch to upstream kmonad module --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 0091723..7024224 100644 --- a/configuration.nix +++ b/configuration.nix @@ -62,7 +62,7 @@ in hostName = "smartfridge"; firewall = { enable = true; - allowedTCPPorts = [ 8080 8081 3000 3001 ]; + allowedTCPPorts = [ 3000 3001 ]; allowedUDPPorts = [ 41641 ]; }; nameservers = [ "100.100.100.100" "8.8.8.8" "1.1.1.1" ]; -- cgit v1.3.1