Files
nixy/server-modules/firewall.nix
2025-07-16 19:25:32 +02:00

8 lines
112 B
Nix

# Firewall configuration for NixOS
{
networking.firewall = {
enable = true;
allowPing = false;
};
}