disable kavita port
This commit is contained in:
@@ -31,7 +31,7 @@ in {
|
|||||||
githubRunnerEnabled = config.services.github-runners ? oberprofis.enable;
|
githubRunnerEnabled = config.services.github-runners ? oberprofis.enable;
|
||||||
in
|
in
|
||||||
lib.mkIf cfg.enable {
|
lib.mkIf cfg.enable {
|
||||||
networking.firewall.allowedTCPPorts = [ 5000 ];
|
# not needed with nginx networking.firewall.allowedTCPPorts = [ 5000 ];
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
(if githubRunnerEnabled then
|
(if githubRunnerEnabled then
|
||||||
"d ${baseDir} 0750 kavita github-actions-runner -"
|
"d ${baseDir} 0750 kavita github-actions-runner -"
|
||||||
|
|||||||
Reference in New Issue
Block a user