diff --git a/modules/common/default.nix b/modules/common/default.nix index 760f711..a80d3d3 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -16,8 +16,10 @@ networking = { domain = "2li.local"; enableIPv6 = false; - firewall.allowedTCPPorts = [ 22 ]; - # firewall.allowedUDPPorts = [ ... ]; + firewall = { + allowPing = true; + allowedTCPPorts = [ 22 ]; + }; }; hardware = {