bekkalokk/gitea: fix ci runner network issues
Eval nix flake / evals (push) Failing after 3h9m52s Details

fix-gitea-ci-runner-network-issues
Oystein Kristoffer Tveit 2024-04-28 18:28:19 +02:00
parent dcf29b76b8
commit 29a574e4dc
1 changed files with 4 additions and 1 deletions

View File

@ -27,5 +27,8 @@ lib.mkMerge [
(mkRunner "alpha")
(mkRunner "beta")
(mkRunner "epsilon")
{ virtualisation.podman.enable = true; }
{
virtualisation.podman.enable = true;
networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 5353 ];
}
]