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
12 lines
199 B
Nix
12 lines
199 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./default.nix ];
|
|
services.fail2ban.jails.traefik = ''
|
|
enabled = true
|
|
filter = traefik-auth
|
|
ports = http,https
|
|
backend = systemd
|
|
'';
|
|
}
|