aboutsummaryrefslogtreecommitdiff
path: root/profiles/network/firewall.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-20 20:42:27 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-20 20:43:32 -0700
commit552e62b8ae7f262a9246ba98142606512c018668 (patch)
tree4624c548e25082354591de613c3513931f281283 /profiles/network/firewall.nix
parentbump sapi to 1.2.10 (diff)
downloadinfra-552e62b8ae7f262a9246ba98142606512c018668.tar.gz
initial configuration for fail2ban
We need to ensure the firewall is enabled and let's ensure that we open the port for SSH.
Diffstat (limited to '')
-rw-r--r--profiles/network/firewall.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/network/firewall.nix b/profiles/network/firewall.nix
index 1b30c84..b29dc31 100644
--- a/profiles/network/firewall.nix
+++ b/profiles/network/firewall.nix
@@ -2,7 +2,7 @@
{
networking = {
firewall = {
- enable = false;
+ enable = true;
allowPing = true;
logRefusedConnections = false;
};