From 7cb26a742c256e8a949e0cd2c3f022b3f307e635 Mon Sep 17 00:00:00 2001 From: buffet Date: Sat, 11 May 2024 17:59:24 +0200 Subject: [PATCH] Revert "fix: explicitly set dns servers for containers" This reverts commit 6de5f5a3f337c4431e01749a46e56e5327e0b084. --- hosts/ami/forgejo-action-runner.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/hosts/ami/forgejo-action-runner.nix b/hosts/ami/forgejo-action-runner.nix index 7f6659c..00d5f47 100644 --- a/hosts/ami/forgejo-action-runner.nix +++ b/hosts/ami/forgejo-action-runner.nix @@ -24,16 +24,10 @@ in { }); }; - virtualisation = { - podman = { - enable = true; - autoPrune.enable = true; - dockerSocket.enable = true; - }; - - containers.containersConf.settings = { - containers.dns_servers = ["1.1.1.1"]; - }; + virtualisation.podman = { + enable = true; + autoPrune.enable = true; + dockerSocket.enable = true; }; users.groups.gitea-runner = {};