6a3ff12527
- Restructure - Add sops+age
9 lines
108 B
Nix
9 lines
108 B
Nix
{ config, ... }:
|
|
{
|
|
services.fail2ban = {
|
|
enable = true;
|
|
maxretry = 3;
|
|
bantime = "48h";
|
|
};
|
|
}
|