diff --git a/hosts/sisyphe/features/fail2ban.nix b/hosts/sisyphe/features/fail2ban.nix index 48bd774..a1ef011 100644 --- a/hosts/sisyphe/features/fail2ban.nix +++ b/hosts/sisyphe/features/fail2ban.nix @@ -13,6 +13,12 @@ ''; */ }; + sshd = '' + enabled = true + port = ssh + logpath = %(sshd_log)s + backend = %(sshd_backend)s + ''; }; environment.etc = {