From 10962caf22257fbc03b5962865a84c10826e052f Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 15 Jul 2024 21:51:02 +0200 Subject: [PATCH] feat: install fail2ban --- hosts/ami/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/ami/default.nix b/hosts/ami/default.nix index 67dc749..c5ed52a 100644 --- a/hosts/ami/default.nix +++ b/hosts/ami/default.nix @@ -39,7 +39,10 @@ tree ]; - services.syncthing.enable = true; + services = { + fail2ban.enable = true; + syncthing.enable = true; + }; systemd = { services.register-thing = {