hopefully fix gitea runner firewall issue

This commit is contained in:
2026-07-27 19:38:59 +02:00
parent 0024bf2032
commit 31e5f1f10c
3 changed files with 10 additions and 6 deletions
+3
View File
@@ -46,4 +46,7 @@
group = "gitea-runner";
};
};
networking.firewall = {
allowedTCPPorts = [3000];
};
}