auto commit on build

modules/fail2ban.nix
This commit is contained in:
Squibid 2025-11-10 01:49:10 -05:00
parent e0606e1d6e
commit c7a4943197
Signed by: squibid
GPG key ID: BECE5684D3C4005D

3
modules/fail2ban.nix Normal file
View file

@ -0,0 +1,3 @@
{
services.fail2ban.enable = true;
}