From bc5994ae0c058f7a84b6945d389882dbd1573674 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 28 May 2024 18:01:08 -0500 Subject: [PATCH] update podman dns setting for telperion --- nixos/telperion/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/telperion/configuration.nix b/nixos/telperion/configuration.nix index 2525a2c..a39256f 100644 --- a/nixos/telperion/configuration.nix +++ b/nixos/telperion/configuration.nix @@ -197,7 +197,7 @@ dockerCompat = true; # Required for podman-compose so pods can talk to each other. - defaultNetwork.settings.dns_enabled = true; + defaultNetwork.settings.dns_enabled = false; };