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
Generated
+6 -6
View File
@@ -104,11 +104,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1784796856, "lastModified": 1785090369,
"narHash": "sha256-wWFrV5/Qbm+lyt5x20E/bSbfJiGKMo4RCxZV8cl/WZI=", "narHash": "sha256-m0pDuRJG7EDo9ri+4Ksu83VsI+PlxNC9lNBfydejce4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e2587caef70cea85dd97d7daab492899902dbf5d", "rev": "624af665418d3c65d544145b4d34ad696439570e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -193,11 +193,11 @@
}, },
"vpn-confinement": { "vpn-confinement": {
"locked": { "locked": {
"lastModified": 1784582736, "lastModified": 1785142579,
"narHash": "sha256-a3V/LkUvwbN30QlCwPjNQq88TGOXiqXAzcYTSWgYIp4=", "narHash": "sha256-WEPxDMiKt3uGVVu/aorHnIgYYW62mEq2Q+rlN3qH6bg=",
"owner": "Maroka-chan", "owner": "Maroka-chan",
"repo": "VPN-Confinement", "repo": "VPN-Confinement",
"rev": "bd17046da0262f3a93524845982825fa2ed23f40", "rev": "b3aa71a7edfe6af748c23729d1bdec3b499741ff",
"type": "github" "type": "github"
}, },
"original": { "original": {
+3
View File
@@ -46,4 +46,7 @@
group = "gitea-runner"; group = "gitea-runner";
}; };
}; };
networking.firewall = {
allowedTCPPorts = [3000];
};
} }
+1
View File
@@ -4,6 +4,7 @@
nameservers = ["1.1.1.1" "1.0.0.1"]; nameservers = ["1.1.1.1" "1.0.0.1"];
firewall = { firewall = {
enable = true; enable = true;
trustedInterfaces = [ "podman0" ];
}; };
nftables = { nftables = {
enable = true; enable = true;