forked from Drift/pvv-nixos-config
bekkalokk/gitea: fix ci runner network issues
This commit is contained in:
@@ -27,5 +27,8 @@ lib.mkMerge [
|
|||||||
(mkRunner "alpha")
|
(mkRunner "alpha")
|
||||||
(mkRunner "beta")
|
(mkRunner "beta")
|
||||||
(mkRunner "epsilon")
|
(mkRunner "epsilon")
|
||||||
{ virtualisation.podman.enable = true; }
|
{
|
||||||
|
virtualisation.podman.enable = true;
|
||||||
|
networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 5353 ];
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user