summaryrefslogtreecommitdiff
path: root/sys/auth
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-07-20 22:35:52 -0600
committerAlejandro Soto <alejandro@34project.org>2024-07-21 00:19:10 -0600
commitb1f3d839adc88b024e3a79d09b54a1939b78edba (patch)
tree2287680392dd32e6bda4c7e2664dc607727d79c7 /sys/auth
parentc88f8c51c90c1e48c75047849a42ae0ed6c4aa15 (diff)
net/fail2ban: initial commit
Diffstat (limited to '')
-rw-r--r--sys/auth/openssh.nix2
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: {