Evie Litherland-Smith
a1c28e779a
Remove jupyter service and qbittorrent traefik route Add ntfy-sh (enabled) and initial grafana (not enabled) expressions Change services to call own traefik expression, rather than needing to be called explicitly
10 lines
182 B
Nix
10 lines
182 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
services.fail2ban = {
|
|
enable = true;
|
|
ignoreIP = [ "127.0.0.1/8" "::1" "192.168.1.0/16" ];
|
|
bantime-increment = { enable = true; };
|
|
};
|
|
}
|