From 7b738da7a2f58ba65e9343bf15d2d22d6f36ff8a Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Tue, 21 Oct 2025 19:09:53 +0200 Subject: [PATCH] disable kavita port --- modules/services/kavita.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/kavita.nix b/modules/services/kavita.nix index 6cd15d5..3859f58 100644 --- a/modules/services/kavita.nix +++ b/modules/services/kavita.nix @@ -31,7 +31,7 @@ in { githubRunnerEnabled = config.services.github-runners ? oberprofis.enable; in lib.mkIf cfg.enable { - networking.firewall.allowedTCPPorts = [ 5000 ]; + # not needed with nginx networking.firewall.allowedTCPPorts = [ 5000 ]; systemd.tmpfiles.rules = [ (if githubRunnerEnabled then "d ${baseDir} 0750 kavita github-actions-runner -"