From c41d7a97ae6d543dacfb40260e9d360acdf35370 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 15 Oct 2025 10:10:28 -0400 Subject: owo: disallow ports 80 & 443 --- machines/owo/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/owo/configuration.nix b/machines/owo/configuration.nix index 162fa63..ad70179 100644 --- a/machines/owo/configuration.nix +++ b/machines/owo/configuration.nix @@ -20,7 +20,7 @@ networking.firewall = { enable = lib.mkForce true; - allowedTCPPorts = [ 80 443 22 ]; + allowedTCPPorts = [ 22 ]; }; programs.fuse.userAllowOther = true; -- cgit v1.2.3