nix/services/fail2ban.nix

5 lines
74 B
Nix
Raw Normal View History

2023-07-04 08:37:53 +02:00
{ config, pkgs, ... }: {
services.fail2ban = {
enable = true;
};
}