aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix2
1 files changed, 1 insertions, 1 deletions
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" ];