From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 20 03:49:19 2021 Received: (at 45911) by debbugs.gnu.org; 20 Jan 2021 08:49:19 +0000 Received: from localhost ([127.0.0.1]:52819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l29B0-00081x-US for submit@debbugs.gnu.org; Wed, 20 Jan 2021 03:49:19 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47566) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l29Az-00081h-C7 for 45911@debbugs.gnu.org; Wed, 20 Jan 2021 03:49:17 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46724) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l29At-0007Tx-Gs; Wed, 20 Jan 2021 03:49:11 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=58018 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l29As-0003dM-Q4; Wed, 20 Jan 2021 03:49:11 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: raingloom Subject: Re: bug#45911: authorized-fields is not/badly documented References: <20210116041615.27cfa112@riseup.net> <87o8hpbee0.fsf@elephly.net> <20210117013449.1192d841@riseup.net> Date: Wed, 20 Jan 2021 09:49:09 +0100 In-Reply-To: <20210117013449.1192d841@riseup.net> (raingloom@riseup.net's message of "Sun, 17 Jan 2021 01:34:49 +0100") Message-ID: <87lfcof0xm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 45911 Cc: Ricardo Wurmus , 45911@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) Hi, raingloom skribis: > I'm still confused about what the proper way to store the config info > is. Like how I should even store it as Scheme source code. Did you see this section and do you find it helpful? https://guix.gnu.org/manual/en/html_node/Getting-Substitutes-from-Other-S= ervers.html Ludo=E2=80=99.