diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-07-20 22:35:52 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-07-21 00:19:10 -0600 |
| commit | b1f3d839adc88b024e3a79d09b54a1939b78edba (patch) | |
| tree | 2287680392dd32e6bda4c7e2664dc607727d79c7 /sys/auth/openssh.nix | |
| parent | c88f8c51c90c1e48c75047849a42ae0ed6c4aa15 (diff) | |
net/fail2ban: initial commit
Diffstat (limited to '')
| -rw-r--r-- | sys/auth/openssh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/auth/openssh.nix b/sys/auth/openssh.nix index 2030682..0c23c81 100644 --- a/sys/auth/openssh.nix +++ b/sys/auth/openssh.nix @@ -35,7 +35,7 @@ in enable = true; openFirewall = true; ports = [ 2234 ]; - startWhenNeeded = true; + startWhenNeeded = !config.services.fail2ban.enable; hostKeys = map (name: { |
