diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-20 20:42:27 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-20 20:43:32 -0700 |
| commit | 552e62b8ae7f262a9246ba98142606512c018668 (patch) | |
| tree | 4624c548e25082354591de613c3513931f281283 /profiles/network/firewall.nix | |
| parent | bump sapi to 1.2.10 (diff) | |
| download | infra-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.nix | 2 |
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; }; |
