nixos-config-priv/vars/networking.nix

5 lines
42 B
Nix
Raw Normal View History

2024-06-07 11:37:13 +00:00
{ ... }:
{
firewall.allowPing = true;
}