closed unused ports

This commit is contained in:
2026-04-05 09:16:03 -05:00
parent 6f88d0726b
commit 04fd3c523b
2 changed files with 2 additions and 4 deletions

View File

@@ -36,8 +36,6 @@
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ 80 443 8448 3051 ];
networking.firewall.allowedUDPPorts = [ 80 443 8448 3051 5353 ];
networking.firewall.allowedUDPPortRanges = [
{ from = 49152; to = 65535; }
];
# ── Avahi (mDNS) ───────────────────────────────────────────
@@ -190,4 +188,4 @@ backup /etc/nix-bitcoin-secrets/ localhost/
nix.gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 7d"; };
system.stateVersion = "22.05";
}
}