From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: AWS + OpenStack support Date: Thu, 13 Apr 2017 16:39:18 +0200 Message-ID: <87efwwpe21.fsf@gnu.org> References: <87lgr8hv48.fsf@ofosos.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyfuA-00060r-EY for guix-devel@gnu.org; Thu, 13 Apr 2017 10:39:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyfu5-0006WC-Pv for guix-devel@gnu.org; Thu, 13 Apr 2017 10:39:26 -0400 In-Reply-To: <87lgr8hv48.fsf@ofosos.org> (Mark Meyer's message of "Mon, 10 Apr 2017 22:21:11 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark Meyer Cc: guix-devel Heya, Mark Meyer skribis: > So I'd like to extend Shepherd with a first-boot service that runs `guix > system reconfigure'. And as a second step I want to include a Guile > package that queries the metadata server. You should be able to do > something like > > (user "guix-sd" > (public-keys (metadata-get-keys))) For this part, you can look at how we register SSH public keys (for lshd though, not sshd) in this module: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/modules= /sysadmin/people.scm I=E2=80=99d like to take this functionality in GuixSD proper and also add i= t for sshd. Thanks, Ludo=E2=80=99.