From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: =?UTF-8?Q?Re=3A_=E2=80=9CManaging_Servers_with_GNU_Guix=3A_A_Tutorial=E2=80=9D?= Date: Tue, 5 Nov 2019 09:04:53 -0500 Message-ID: References: <87lfsvhfnd.fsf@gnu.org> <17cd56cf-357a-735b-e412-1920fce085d6@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46302) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iRzSF-0005l5-2V for help-guix@gnu.org; Tue, 05 Nov 2019 09:05:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iRzSD-00045y-LS for help-guix@gnu.org; Tue, 05 Nov 2019 09:05:06 -0500 Received: from mail-vs1-xe2f.google.com ([2607:f8b0:4864:20::e2f]:33666) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iRzSD-00043Z-7V for help-guix@gnu.org; Tue, 05 Nov 2019 09:05:05 -0500 Received: by mail-vs1-xe2f.google.com with SMTP id c25so3189898vsp.0 for ; Tue, 05 Nov 2019 06:05:05 -0800 (PST) In-Reply-To: <17cd56cf-357a-735b-e412-1920fce085d6@crazy-compilers.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Hartmut Goebel Cc: help-guix Hi Hartmut, On Tue, Nov 5, 2019 at 3:09 AM Hartmut Goebel wrote: > > Am 04.11.19 um 15:36 schrieb Ludovic Court=C3=A8s: > > Jakob wrote a great tutorial on how to use =E2=80=98guix deploy=E2=80= =99 to deploy Guix > > System to one machine or to several virtual private servers (VPSs): > > > > https://guix.gnu.org/blog/2019/managing-servers-with-gnu-guix-a-tutor= ial/ > > Great tutorial! Thanks. > > On questions: For the first example: Does guix installed on the manged > host need to be up-todate? Or will the update be done as part of the > "operating system closure", which is send to the managed host? > > I spotted a minor error/typo, which is a tiny bit confusing for newbies: > In the first example it reads "|(define os =E2=80=A6" whereas in the text= below > "%system" is referenced. (Also ||"/home/alyssa/.ssh/server_key" is a bit > misleading. I suggest "=E2=80=A6/key-for-server")| Thanks for catching those issues that I missed while editing. I'll try to fix them today! - Dave