fix podman dns
parent
bb0328a8a4
commit
8df398cd61
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue