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. }; }; };