diff options
| author | yokai <accounts.8ef6c@simplelogin.com> | 2026-08-04 16:47:47 -0500 |
|---|---|---|
| committer | yokai <accounts.8ef6c@simplelogin.com> | 2026-08-04 16:47:47 -0500 |
| commit | c91e78758a36badda84226f6670d43075614055e (patch) | |
| tree | 457fd38ede6d5c2701216d5fb832339ff66c9a5c /common/core.nix | |
| parent | ab57d8eae597938e63f06ff9b356548bcd8ce0bd (diff) | |
networking: allow ping on shared firewall
Enable ICMP echo requests in the shared firewall so both kusanagi and enzo can be reached with ping without punching any additional service ports.
Assisted-by: OpenAI:gpt-5
Diffstat (limited to 'common/core.nix')
| -rw-r--r-- | common/core.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/core.nix b/common/core.nix index 9e9ca7a..c06069a 100644 --- a/common/core.nix +++ b/common/core.nix @@ -18,6 +18,7 @@ # for tailscale; open only its discovery/connection UDP port and let the # normal host firewall rules apply to tailnet traffic too. + networking.firewall.allowPing = true; networking.firewall.allowedUDPPorts = [ 41641 ]; services.tailscale.enable = true; |
