From 458f6ff0a4beb5f7c7b50c3f9701073f609501a8 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 7 Dec 2023 11:00:04 +0100 Subject: [PATCH] change dns --- hosts/fw.cloonar.com/modules/podman.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/podman.nix b/hosts/fw.cloonar.com/modules/podman.nix index c36094c..6fdbbbd 100644 --- a/hosts/fw.cloonar.com/modules/podman.nix +++ b/hosts/fw.cloonar.com/modules/podman.nix @@ -12,7 +12,7 @@ in { enable = true; dockerCompat = true; defaultNetwork.settings = { - dns_enabled = true; # Enable DNS resolution in the podman network. + dns_enabled = false; # Enable DNS resolution in the podman network. }; }; };