From 04797aa70d4d1c0f94dc2a76ddd69bb16b3ab2c0 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Thu, 11 Jul 2024 02:21:08 +0300 Subject: [PATCH] vps1: Enable fail2ban --- hosts/vps1/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/vps1/configuration.nix b/hosts/vps1/configuration.nix index 007fd92..9ba199c 100644 --- a/hosts/vps1/configuration.nix +++ b/hosts/vps1/configuration.nix @@ -133,6 +133,8 @@ in }; }; + services.fail2ban.enable = true; + programs.nh = { enable = true; };