diff --git a/hosts/fw.cloonar.com/modules/podman.nix b/hosts/fw.cloonar.com/modules/podman.nix index 6cde1f4..09ef55c 100644 --- a/hosts/fw.cloonar.com/modules/podman.nix +++ b/hosts/fw.cloonar.com/modules/podman.nix @@ -8,6 +8,9 @@ in { podman = { enable = true; dockerCompat = true; + defaultNetwork.settings = { + dns_enabled = true; # Enable DNS resolution in the podman network. + }; }; };