diff options
Diffstat (limited to 'sys/auth/openssh.nix')
| -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: { |
