Compare commits
1 Commits
main
...
fix-gitea-
Author | SHA1 | Date |
---|---|---|
Oystein Kristoffer Tveit | 29a574e4dc |
|
@ -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 ];
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue