1
0
mirror of https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git synced 2025-04-04 21:21:22 +02:00

bekkalokk/gitea: fix ci runner network issues

This commit is contained in:
h7x4 2024-04-28 18:28:19 +02:00
parent dcf29b76b8
commit 29a574e4dc

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