10 lines
175 B
Nix
10 lines
175 B
Nix
{...}: {
|
|
imports = [./default.nix];
|
|
services.fail2ban.jails.traefik = ''
|
|
enabled = true
|
|
filter = traefik-auth
|
|
ports = http,https
|
|
backend = systemd
|
|
'';
|
|
}
|