diff --git a/hosts/ami/forgejo-action-runner.nix b/hosts/ami/forgejo-action-runner.nix index 00d5f47..7f6659c 100644 --- a/hosts/ami/forgejo-action-runner.nix +++ b/hosts/ami/forgejo-action-runner.nix @@ -24,10 +24,16 @@ in { }); }; - virtualisation.podman = { - enable = true; - autoPrune.enable = true; - dockerSocket.enable = true; + virtualisation = { + podman = { + enable = true; + autoPrune.enable = true; + dockerSocket.enable = true; + }; + + containers.containersConf.settings = { + containers.dns_servers = ["1.1.1.1"]; + }; }; users.groups.gitea-runner = {};