From 83ca3abf203aa7b50cd4211508b0b54af86d0640 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Fri, 25 Apr 2025 11:55:53 -0700 Subject: [PATCH] [podman] Remove hostname option so that DNS resolves correctly. --- system/hosts/mcp/containers/lib.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/hosts/mcp/containers/lib.nix b/system/hosts/mcp/containers/lib.nix index e1ec22e..38b6a8b 100644 --- a/system/hosts/mcp/containers/lib.nix +++ b/system/hosts/mcp/containers/lib.nix @@ -49,7 +49,6 @@ in in { inherit image dependsOn volumes environment environmentFiles ports user; - hostname = "${hostName}.${domain}"; autoStart = true; labels = { "traefik.enable" = "true";