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 WMQUMxeuA2BDBwAA0tVLHw (envelope-from ) for ; Sun, 17 Jan 2021 03:25:11 +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 AAbfLheuA2AFTQAAbx9fmQ (envelope-from ) for ; Sun, 17 Jan 2021 03:25:11 +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 D6EA594010A for ; Sun, 17 Jan 2021 03:25:10 +0000 (UTC) Received: from localhost ([::1]:40504 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l0ygf-0008Eu-RE for larch@yhetil.org; Sat, 16 Jan 2021 22:25:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37390) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0ygY-0008Em-LF for bug-guix@gnu.org; Sat, 16 Jan 2021 22:25:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:32874) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l0ygY-0003WF-DE for bug-guix@gnu.org; Sat, 16 Jan 2021 22:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l0ygY-0000Pv-7p for bug-guix@gnu.org; Sat, 16 Jan 2021 22:25:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#45911: authorized-fields is not/badly documented Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 17 Jan 2021 03:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45911 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: raingloom ,Ricardo Wurmus Received: via spool by 45911-submit@debbugs.gnu.org id=B45911.16108538751551 (code B ref 45911); Sun, 17 Jan 2021 03:25:02 +0000 Received: (at 45911) by debbugs.gnu.org; 17 Jan 2021 03:24:35 +0000 Received: from localhost ([127.0.0.1]:44420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l0yg7-0000Ox-EJ for submit@debbugs.gnu.org; Sat, 16 Jan 2021 22:24:35 -0500 Received: from lepiller.eu ([89.234.186.109]:53696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l0yg4-0000On-4L for 45911@debbugs.gnu.org; Sat, 16 Jan 2021 22:24:34 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 37ddf6c1; Sun, 17 Jan 2021 03:24:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:cc:from:message-id; s= dkim; bh=xDNXg1MMW6CVJGaZaULvP/iqiA3JHfMtsT5/ZilSHxI=; b=Sf+o/80 WhLiEia8w+Dn4wO2KNVS5W8UP4DVb5AODgDzETxWFXwk2/WJYMdOZ4ZqYmXjpMku 2V5SKAFtkCOJLoB7KTbsSzh2xSJXmPT0CMcGCFLojG4y3tmhArDnpa/4n1ZjKoky /LiJvvJglOSw/v9LGJy6/OjBzJ+7GSi8hqsQVgW7cT04uUBeJkxfScAyXMbQyNHj Qc2UZKNxHXGlTEWCYVyex78w1/HEI43e+NQYuk5AtzZJ5JT7Ocg1v6nX13QNEQWP 3g6CjahwT0tvFW9CWpBKjrR27vlFInZ4xUGIDRVPjuF3pTd4ghv/mlRNe8RrQblf 9wQ0tjM2AoP5U0w== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 6b2595d5 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 17 Jan 2021 03:24:30 +0000 (UTC) Date: Sat, 16 Jan 2021 22:24:16 -0500 User-Agent: K-9 Mail for Android In-Reply-To: <20210117013449.1192d841@riseup.net> References: <20210116041615.27cfa112@riseup.net> <87o8hpbee0.fsf@elephly.net> <20210117013449.1192d841@riseup.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----RH66XW44QDUH7I2ODLWSLBCVW7H9DK" Content-Transfer-Encoding: 7bit From: Julien Lepiller Message-ID: <08BFBF88-A677-47CE-9859-3B2FC33442F6@lepiller.eu> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 45911@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.26 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b="Sf+o/80 "; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Migadu-Queue-Id: D6EA594010A X-Spam-Score: -1.26 X-Migadu-Scanner: scn1.migadu.com X-TUID: xut3VH+CgXQT ------RH66XW44QDUH7I2ODLWSLBCVW7H9DK Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Actually, here's how I use it: https://framagit=2Eorg/tyreunom/system-confi= guration/-/blob/master/systems/tachikoma=2Escm#L69 And the key file is the one generated by guix, unmodified: https://framagi= t=2Eorg/tyreunom/system-configuration/-/blob/master/keys/xana=2Epub Le 16 janvier 2021 19:34:49 GMT-05:00, raingloom = a =C3=A9crit : >On Sat, 16 Jan 2021 07:10:47 +0100 >Ricardo Wurmus wrote: > >> raingloom writes: >>=20 >> > guix archive --authorize started issuing a warning some time ago >> > pointing to "authorized-keys" in "operating-system"=2E >> > >> > * that is not a valid field of operating-system =20 >>=20 >> That=E2=80=99s right=2E It=E2=80=99s a field of guix-configuration, wh= ich is >documented >> in 10=2E8=2E1 Base Services=2E >>=20 > >Thanks, I found that out already, that's how I ran into the other >issues=2E >I'm still confused about what the proper way to store the config info >is=2E Like how I should even store it as Scheme source code=2E ------RH66XW44QDUH7I2ODLWSLBCVW7H9DK Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Actually, here's how I use it: https://framagit=2Eorg/tyreunom/system-configuration/-/blob/ma= ster/systems/tachikoma=2Escm#L69

And the key file is the one gen= erated by guix, unmodified: https://framagit=2Eorg/tyre= unom/system-configuration/-/blob/master/keys/xana=2Epub

Le 16 janvier 2021 19:34:49 GMT-05:00, raingloom <rai= ngloom@riseup=2Enet> a =C3=A9crit :
On Sat, 16 Jan 2021 07:10:47 +0100
Ricardo Wurmus= <rekado@elephly=2Enet> wrote:

raingloom <raingloom@riseup=2Enet> writes:

<= blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 1ex 0=2E8ex; bord= er-left: 1px solid #ad7fa8; padding-left: 1ex;"> guix archive --authorize s= tarted issuing a warning some time ago
pointing to "authorized-keys" in= "operating-system"=2E

* that is not a valid field of operating-sys= tem

That=E2=80=99s right=2E It=E2=80=99s a field of = guix-configuration, which is documented
in 10=2E8=2E1 Base Services=2E

Thanks, I found that out already, that's how I ran i= nto the other
issues=2E
I'm still confused about what the proper way = to store the config info
is=2E Like how I should even store it as Scheme= source code=2E



------RH66XW44QDUH7I2ODLWSLBCVW7H9DK--