From dc29de6da62dd48bf980ad5e9aa38d37727cd29a Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 7 Dec 2023 09:17:53 +0100 Subject: [PATCH] add dns --- hosts/fw.cloonar.com/modules/podman.nix | 3 +++ 1 file changed, 3 insertions(+) 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. + }; }; };