summaryrefslogtreecommitdiff
path: root/os/core/networking.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-02-10 22:27:11 +0100
committeradikro <adikro@disroot.org>2026-02-10 22:27:11 +0100
commit233e5fb7d43a0736857ee6b9f74967f03b73837c (patch)
treef46c2b13193e495d14502c6b9849482bce366ee3 /os/core/networking.nix
parent43f1d9649a8cf9043dee99a3e366534134aba57b (diff)
...
Diffstat (limited to 'os/core/networking.nix')
-rw-r--r--os/core/networking.nix4
1 files changed, 2 insertions, 2 deletions
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;