home02: enable fail2ban
Some checks are pending
/ check (push) Waiting to run

This commit is contained in:
Oliver Davies 2025-11-21 21:06:41 +00:00
parent 06ed8e9cf6
commit db5162e5c1

View file

@ -96,5 +96,7 @@
clear clear
${lib.getExe pkgs.fastfetch} ${lib.getExe pkgs.fastfetch}
''; '';
services.fail2ban.enable = true;
}; };
} }