Compare commits

...

1 Commits

Author SHA1 Message Date
29a574e4dc bekkalokk/gitea: fix ci runner network issues 2024-04-28 18:28:19 +02:00

@ -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 ];
}
]