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; }