Allow pings to ensure the home is up.

Just convenient, not that unsafe.
This commit is contained in:
Eli Ribble 2024-07-31 17:06:25 +00:00
parent 4dd10a99a1
commit 7970d9f911
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@
# Open ports in the firewall. # Open ports in the firewall.
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowPing = true;
allowedTCPPorts = [ 80 443 ]; allowedTCPPorts = [ 80 443 ];
allowedUDPPortRanges = [ allowedUDPPortRanges = [
#{ from = 4000; to = 4007; } #{ from = 4000; to = 4007; }