From 7970d9f911ad3af93a25dc359a148da3c12af553 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 31 Jul 2024 17:06:25 +0000 Subject: [PATCH] Allow pings to ensure the home is up. Just convenient, not that unsafe. --- quinn/etc/nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/quinn/etc/nixos/configuration.nix b/quinn/etc/nixos/configuration.nix index 93db27b..220251e 100644 --- a/quinn/etc/nixos/configuration.nix +++ b/quinn/etc/nixos/configuration.nix @@ -231,6 +231,7 @@ # Open ports in the firewall. networking.firewall = { enable = true; + allowPing = true; allowedTCPPorts = [ 80 443 ]; allowedUDPPortRanges = [ #{ from = 4000; to = 4007; }