fix podman dns

master
Jean-Marie Mineau 2024-03-12 14:16:47 +01:00
parent bb0328a8a4
commit 8df398cd61
Signed by: histausse
GPG Key ID: B66AEEDA9B645AD2
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ in
config = {
virtualisation.podman.enable = true;
networking.firewall.interfaces."podman+".allowedUDPPorts = [ 53 ];
services.gitea-actions-runner.package = pkgs.forgejo-actions-runner;
services.gitea-actions-runner.instances."${cfg.runnerName}" = {
enable = true;