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";