From 0fb5035fc153b2920583c330e3b6138dec903479 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 25 Mar 2026 21:03:32 +0000 Subject: [PATCH] Update files --- system/networking.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/system/networking.nix b/system/networking.nix index ccc1b61..a65dc84 100644 --- a/system/networking.nix +++ b/system/networking.nix @@ -11,12 +11,12 @@ psk = "SidonPhlegm"; }; }; - firewall = { - enable = true; - # Ports used by Local Send - allowedTCPPorts = [ 53317 ]; - allowedUDPPorts = [ 53317 ]; - }; + # firewall = { + # enable = true; + # # Ports used by Local Send + # allowedTCPPorts = [ 53317 ]; + # allowedUDPPorts = [ 53317 ]; + # }; hosts = { "127.0.0.1" = [ "localhost"