port forwarded jellyfin port to stop logs from getting spammed

This commit is contained in:
Leyla Becker 2025-03-24 17:22:46 -05:00
parent 77f1aa30b7
commit 629357a416
3 changed files with 3 additions and 44 deletions

View file

@ -49,6 +49,8 @@ in {
pkgs.jellyfin-web
pkgs.jellyfin-ffmpeg
];
networking.firewall.allowedTCPPorts = [jellyfinPort];
}
(lib.mkIf config.services.fail2ban.enable {
environment.etc = {