From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QG8nGlloyl5HSAAA0tVLHw (envelope-from ) for ; Sun, 24 May 2020 12:28:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id WCQ2Flloyl6SPwAAB5/wlQ (envelope-from ) for ; Sun, 24 May 2020 12:28:09 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F18839400C3 for ; Sun, 24 May 2020 12:28:07 +0000 (UTC) Received: from localhost ([::1]:57434 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jcpjZ-0003QA-3P for larch@yhetil.org; Sun, 24 May 2020 08:28:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jcpif-0001Xh-P1 for help-guix@gnu.org; Sun, 24 May 2020 08:27:09 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:22330) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jcpid-0004vm-Cg for help-guix@gnu.org; Sun, 24 May 2020 08:27:09 -0400 Date: Sun, 24 May 2020 12:26:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail; t=1590323223; bh=/bpwWauLCp1KIW29YFibrqDH8cAjR7DaqePnXbuIY+Q=; h=Date:To:From:Reply-To:Subject:From; b=DFCW6ph0DlR0jvpjDv8IJIB/KW8b/LwuIAjDlp9tCvKIBuulgFNJxHFRCHrjinaYL 3fUKtXfdX2V/6Qqko0cJEpSev/qSfIQqsAVja8gRw110n029Xcj7y+G1xTFWJO8bbs MG5IAWLEHWBRDrij7uMZ19BrNUqXBonr47oegkHY= To: "help-guix\\@gnu.org" From: Ekaitz Zarraga Subject: Thunderbolt support in GuixSD? Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.18; envelope-from=ekaitz@elenq.tech; helo=mail1.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/24 08:27:03 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ekaitz Zarraga Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=elenq.tech header.s=protonmail header.b=DFCW6ph0; dmarc=pass (policy=none) header.from=elenq.tech; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -0.71 X-TUID: I6w+Pj8fQpZX Hi, Does anyone use a computer with a thunderbolt port in GuixSD? Is there support for that? Looks like the kernel already has support for them and freedesktop has deve= loped a daemon for it: https://gitlab.freedesktop.org/bolt/bolt But doesn't look like it's packaged for Guix. Is it? Thanks!