disable kavita port

This commit is contained in:
Kopatz
2025-10-21 19:09:53 +02:00
parent 0c6b8fe15d
commit 7b738da7a2

View File

@@ -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 -"