summaryrefslogtreecommitdiff
path: root/nixos/modules/homelab
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/homelab')
-rw-r--r--nixos/modules/homelab/core/ssh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/homelab/core/ssh.nix b/nixos/modules/homelab/core/ssh.nix
index 9995b1c..8cbfc70 100644
--- a/nixos/modules/homelab/core/ssh.nix
+++ b/nixos/modules/homelab/core/ssh.nix
@@ -13,5 +13,6 @@ in {
PasswordAuthentication = false;
};
};
+ services.fail2ban.enable = true;
};
}