From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 4Hj9NZzbI2DfCwAA0tVLHw (envelope-from ) for ; Wed, 10 Feb 2021 13:11:56 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id QG3BMZzbI2BrRgAAbx9fmQ (envelope-from ) for ; Wed, 10 Feb 2021 13:11:56 +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 84B849404C6 for ; Wed, 10 Feb 2021 13:11:56 +0000 (UTC) Received: from localhost ([::1]:32918 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l9pHf-0000Ks-8Q for larch@yhetil.org; Wed, 10 Feb 2021 08:11:55 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:51290) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l9pCT-00071d-V9 for guix-devel@gnu.org; Wed, 10 Feb 2021 08:06:33 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42896) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l9pCT-0001Y4-G0; Wed, 10 Feb 2021 08:06:33 -0500 Received: from [2a01:e0a:19b:d9a0:3165:bcdf:e1b3:a08d] (port=60216 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l9pCS-0001jR-K5; Wed, 10 Feb 2021 08:06:33 -0500 From: Mathieu Othacehe To: Ricardo Wurmus Subject: Re: Staging branch [substitute availability] References: <87y2gd8k2v.fsf@gnu.org> <878s8dnpg4.fsf@gnu.org> <87im7gjgwz.fsf@gnu.org> <87r1lorjd6.fsf@elephly.net> <87wnvg2q5k.fsf@gnu.org> <87o8gsqfk3.fsf@elephly.net> Date: Wed, 10 Feb 2021 14:06:30 +0100 In-Reply-To: <87o8gsqfk3.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 10 Feb 2021 13:21:16 +0100") Message-ID: <87ft242ht5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.86 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: 84B849404C6 X-Spam-Score: -2.86 X-Migadu-Scanner: scn0.migadu.com X-TUID: MKzIAFf/AWVi Hey, > The network team asks me to test it now. Could you please give it a > try? I ran a few tests, it seems to work perfectly! It's really impressive how Wireguard is easy to set up. I think it deserves a complete Guix service :). --8<---------------cut here---------------start------------->8--- mathieu@berlin ~$ sudo wg interface: wg0 public key: wOIfhHqQ+JQmskRS2qSvNRgZGh33UxFDi8uuSXOltF0= private key: (hidden) listening port: 51820 peer: hzpKg9X1yqu1axN6iJp0mWf6BZGo8m1wteKwtTmDGF4= endpoint: 91.166.111.102:45266 allowed ips: 10.0.0.2/32 latest handshake: 26 seconds ago transfer: 3.27 KiB received, 3.21 KiB sent --8<---------------cut here---------------end--------------->8--- Anyway, thanks for your support, Mathieu