Evie Litherland-Smith
320d76f972
Separate service setup from traefik config for each, prep for future server separation
10 lines
160 B
Nix
10 lines
160 B
Nix
{...}: {
|
|
imports = [./default.nix];
|
|
services.fail2ban.jails.gitea = ''
|
|
enabled = true
|
|
filter = sshd
|
|
ports = 30922
|
|
backend = systemd
|
|
'';
|
|
}
|