From 233e5fb7d43a0736857ee6b9f74967f03b73837c Mon Sep 17 00:00:00 2001 From: adikro Date: Tue, 10 Feb 2026 22:27:11 +0100 Subject: ... --- os/core/networking.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/core/networking.nix') diff --git a/os/core/networking.nix b/os/core/networking.nix index bf611a3..830f475 100644 --- a/os/core/networking.nix +++ b/os/core/networking.nix @@ -13,8 +13,8 @@ in }; firewall = { enable = true; - allowedTCPPorts = [ 7960 ]; - allowedUDPPorts = [ 7960 ]; + allowedTCPPorts = [ ]; + allowedUDPPorts = [ ]; }; }; systemd.services."NetworkManager-wait-online".enable = false; -- cgit v1.3