From unknown Thu Jun 19 14:04:08 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54267 <54267@debbugs.gnu.org> To: bug#54267 <54267@debbugs.gnu.org> Subject: Status: [PATCH] doc: Add "Running Guix System on a Capsul Server" chapter. Reply-To: bug#54267 <54267@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:04:08 +0000 retitle 54267 [PATCH] doc: Add "Running Guix System on a Capsul Server" cha= pter. reassign 54267 guix-patches submitter 54267 jgart severity 54267 normal tag 54267 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 05 22:29:19 2022 Received: (at submit) by debbugs.gnu.org; 6 Mar 2022 03:29:19 +0000 Received: from localhost ([127.0.0.1]:49583 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQhaB-0006k4-Gt for submit@debbugs.gnu.org; Sat, 05 Mar 2022 22:29:19 -0500 Received: from lists.gnu.org ([209.51.188.17]:49972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQha9-0006jw-TP for submit@debbugs.gnu.org; Sat, 05 Mar 2022 22:29:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37880) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQha9-00017z-ER for guix-patches@gnu.org; Sat, 05 Mar 2022 22:29:17 -0500 Received: from mx1.dismail.de ([78.46.223.134]:28857) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQha6-0001Ho-R1 for guix-patches@gnu.org; Sat, 05 Mar 2022 22:29:16 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 47b2dcfb for ; Sun, 6 Mar 2022 04:29:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=I8Tu2Tpsu5PEtkAlzV9F+ 2W2IDOWhg66CJ0JvTOWwiE=; b=eiU2uUvpE0C6XeTrtIvXsFkwGV2r/sJ9HCJpV 9vbizPM2uDft0Fza/OFSZ9e0dcw4XSqge2qDE1wLSTfxmDmHiv935XXW1fdadaPD Q1xgD/43/9B851gJmqLSYrjJAIko0IPgFz3xFPpy8NquSQcGAZNW8PqKg3nvzvdh kIQE/oVFSF1JroJz6jsQLXjBSLj5uzMPPiRWwLp1TFUIK5PZMcVTf5c4Rz5HcE3A jt4kNfN4kZCg5DMTJegkaEnnXJxzZC+hXN9E8Kc5B4UMgNSpNCvMARkXe+u6JezD JLC4YZUxPHLrGCHBiIgLzWjjZSVFUYeRAWjam9JWGPW6is09A== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 7702e549 for ; Sun, 6 Mar 2022 04:29:11 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id d6587081 for ; Sun, 6 Mar 2022 04:29:11 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 7e458eb4 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 6 Mar 2022 04:29:10 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] doc: Add "Running Guix System on a Capsul Server" chapter. Date: Sat, 5 Mar 2022 22:28:24 -0500 Message-Id: <20220306032823.24088-1-jgart@dismail.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart 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: -2.4 (--) * doc/guix-cookbook.texi (Running Guix System on a Capsul Server): New node. --- doc/guix-cookbook.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index d2ce525998..184217038b 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -18,6 +18,7 @@ Copyright @copyright{} 2020 Brice Waegeneire@* Copyright @copyright{} 2020 André Batista@* Copyright @copyright{} 2020 Christine Lemmer-Webber@* Copyright @copyright{} 2021 Joshua Branson@* +Copyright @copyright{} 2022 jgart@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -1353,6 +1354,7 @@ reference. * Guix System Image API:: Customizing images to target specific platforms. * Connecting to Wireguard VPN:: Connecting to a Wireguard VPN. * Customizing a Window Manager:: Handle customization of a Window manager on Guix System. +* Running Guix System on a Capsul Server:: Running Guix System on a Capsul Server * Running Guix on a Linode Server:: Running Guix on a Linode Server * Setting up a bind mount:: Setting up a bind mount in the file-systems definition. * Getting substitutes from Tor:: Configuring Guix daemon to get substitutes through Tor. @@ -2021,6 +2023,17 @@ your screen but not suspend it, it's a good idea to notify xss-lock about this s confusion occurs. This can be done by executing @code{xset s activate} immediately before you execute slock. +@node Running Guix System on a Capsul Server +@section Running Guix System on a Capsul Server +@cindex capsul, Capsul + +@uref{https://www.capsul.org, Capsul} is a VPS service provided by +the hacker collective @uref{https://www.cyberia.club, Cyberia}. They +provide the latest stable version of Guix System as a server distro +option. Cyberia's VPS images can be community maintained by making a +pull request at the @uref{https://git.cyberia.club/cyberia/capsul-images, +capsul-images} repository. + @node Running Guix on a Linode Server @section Running Guix on a Linode Server @cindex linode, Linode -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 07 07:29:10 2022 Received: (at 54267) by debbugs.gnu.org; 7 Mar 2022 12:29:10 +0000 Received: from localhost ([127.0.0.1]:52695 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRCU9-00053V-S0 for submit@debbugs.gnu.org; Mon, 07 Mar 2022 07:29:10 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:23283) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRCU7-00053K-NI for 54267@debbugs.gnu.org; Mon, 07 Mar 2022 07:29:08 -0500 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4KBySC3hhpz3xNN; Mon, 7 Mar 2022 13:28:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1646656139; bh=e8WiwIoEGuyTcrRiAEnDQRxgshBW6dCUbQBzkBnENdk=; h=Subject:From:To:Date:In-Reply-To:References; b=ZTm7d6OzGogqVvZI8WSEER0kWsbFfm1HDcjfBXS6fOsAvg9Z/KEgqxM0sSW+BmB1+ 21sxQKN7/4lFbAejBJ+7+OhgsJpNFWUF6rKqggeJyYF1xErCrCXfYFBTQLI+YLLJQ3 2v7EOOA7RqLl91gSVSuOMDTM8p/1Uwc8xLAcqgXU= Message-ID: Subject: Re: [PATCH] doc: Add "Running Guix System on a Capsul Server" chapter. From: Liliana Marie Prikler To: jgart , 54267@debbugs.gnu.org Date: Mon, 07 Mar 2022 13:28:58 +0100 In-Reply-To: <20220306032823.24088-1-jgart@dismail.de> References: <20220306032823.24088-1-jgart@dismail.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54267 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: -3.3 (---) Hi jgart, Am Samstag, dem 05.03.2022 um 22:28 -0500 schrieb jgart: > * doc/guix-cookbook.texi (Running Guix System on a Capsul Server): New > node. > --- >  doc/guix-cookbook.texi | 13 +++++++++++++ >  1 file changed, 13 insertions(+) > > diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi > index d2ce525998..184217038b 100644 > --- a/doc/guix-cookbook.texi > +++ b/doc/guix-cookbook.texi > @@ -18,6 +18,7 @@ Copyright @copyright{} 2020 Brice Waegeneire@* >  Copyright @copyright{} 2020 André Batista@* >  Copyright @copyright{} 2020 Christine Lemmer-Webber@* >  Copyright @copyright{} 2021 Joshua Branson@* > +Copyright @copyright{} 2022 jgart@* >   >  Permission is granted to copy, distribute and/or modify this document >  under the terms of the GNU Free Documentation License, Version 1.3 or > @@ -1353,6 +1354,7 @@ reference. >  * Guix System Image API::        Customizing images to target specific > platforms. >  * Connecting to Wireguard VPN::  Connecting to a Wireguard VPN. >  * Customizing a Window Manager:: Handle customization of a Window > manager on Guix System. > +* Running Guix System on a Capsul Server:: Running Guix System on a > Capsul Server >  * Running Guix on a Linode Server:: Running Guix on a Linode Server >  * Setting up a bind mount:: Setting up a bind mount in the file- > systems definition. >  * Getting substitutes from Tor:: Configuring Guix daemon to get > substitutes through Tor. > @@ -2021,6 +2023,17 @@ your screen but not suspend it, it's a good idea > to notify xss-lock about this s >  confusion occurs. This can be done by executing @code{xset s activate} > immediately >  before you execute slock. >   > +@node Running Guix System on a Capsul Server > +@section Running Guix System on a Capsul Server > +@cindex capsul, Capsul > + > +@uref{https://www.capsul.org, Capsul} is a VPS service provided by > +the hacker collective @uref{https://www.cyberia.club, Cyberia}. They > +provide the latest stable version of Guix System as a server distro > +option. Cyberia's VPS images can be community maintained by making a > +pull request at the > @uref{https://git.cyberia.club/cyberia/capsul-images, > +capsul-images} repository. > + >  @node Running Guix on a Linode Server >  @section Running Guix on a Linode Server >  @cindex linode, Linode Sounds more like an ad than a recipe to me. Note that "latest stable" means "I enjoy being part of a crypto-mining botnet and would like to dedicate more harware towards reaching the 3 degree target" when speaking about rolling release distribution models.   Then again... "cryptocurrency payments are back"[1]. Cheers [1] https://cyberia.club/blog/20211217-capsul-maintenance-updates.html From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 07 12:04:58 2022 Received: (at 54267) by debbugs.gnu.org; 7 Mar 2022 17:04:58 +0000 Received: from localhost ([127.0.0.1]:54566 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRGn4-0004Nm-2N for submit@debbugs.gnu.org; Mon, 07 Mar 2022 12:04:58 -0500 Received: from mx1.dismail.de ([78.46.223.134]:8018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRGn2-0004NZ-2v for 54267@debbugs.gnu.org; Mon, 07 Mar 2022 12:04:57 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 629ba025; Mon, 7 Mar 2022 18:04:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=vYMVZjYR0StSXoT6lp7wb7JFwGS8QEtonyer2G0nNL8=; b=LWy 0r+FpcVy3vOsTUZCPPdrlaEQIeUGsH4x/Lo21pAtsBOgyiOIJs77SukmQ3ZZxYqf QWzlRDex5++qPko3BNHg/wZXSZWKqba1qjRklnCfaj9mS59BxDB3Q49GTimaqlb9 ZNMi1jzrPnO3WomXNQ9NvzRJKMDdPVGgOpFVZwOIH7SULb9YVSyUYNuVhft6kZzg hZF8jo7Tz5XhFTOo4iQSJ8VqjQ6sGNXBjHVDy2YxGJMq2fl7JsJ0tgMiFF/+7na3 IJi1CmNSnjST27NJTbOHnJdIPXnuX+n3k2rpbiD4mIHB0mTydKiE6N0p7kkJUxf0 /WNiv1NXsfwl8nVZFwQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 49cafe35; Mon, 7 Mar 2022 18:04:48 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 0208d89e; Mon, 7 Mar 2022 18:04:48 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 2e896ab1 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 7 Mar 2022 18:04:48 +0100 (CET) Date: Mon, 7 Mar 2022 12:04:42 -0500 Message-ID: <20220307120442.GB7531@gac.attlocal.net> From: jgart To: Liliana Marie Prikler Subject: Re: [PATCH] doc: Add "Running Guix System on a Capsul Server" chapter. In-Reply-To: References: <20220306032823.24088-1-jgart@dismail.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54267 Cc: 54267@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.7 (-) On Mon, 07 Mar 2022 13:28:58 +0100 Liliana Marie Prikler wrote: > Sounds more like an ad than a recipe to me. Note that "latest stable" > means "I enjoy being part of a crypto-mining botnet and would like to > dedicate more harware towards reaching the 3 degree target" when > speaking about rolling release distribution models.   > Then again... "cryptocurrency payments are back"[1]. I'd be less suspicious to promote Cyberia, a 501(c)(3) non-profit organization providing the general public with Guix System virtual private servers than DigitalOcean. Capsul's approach to providing Guix System is a better approach than using some cloud infrastructure provider that doesn't care to make Guix System a first-class citizen. I think we should promote grassroots organizations like this and be more suspicious of companies funded by VC money instead (DigitalOcean, Github, etc...). all best, jgart From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 09 03:36:45 2022 Received: (at 54267) by debbugs.gnu.org; 9 Mar 2022 08:36:45 +0000 Received: from localhost ([127.0.0.1]:58480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRroK-0000rc-VR for submit@debbugs.gnu.org; Wed, 09 Mar 2022 03:36:45 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:42723) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRroI-0000rS-GO for 54267@debbugs.gnu.org; Wed, 09 Mar 2022 03:36:43 -0500 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4KD5CC1TLgz3xC9; Wed, 9 Mar 2022 09:36:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1646814999; bh=d4BEE1jXSYvrVjLC07gPfiYJ1RjMSqldVoNFO63TYQk=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=MWqMerdqHylUbIbNPRancAnGzcxpZsjnaXUbFJfRf4MM34/lnrdBoRrvlkeSkn7yf hyPD+NQx3LmjlOu/mhGYs+tOpfxREdqw6lpw0xOKQVXSqdncSvQj3MLJFsiCI5VHVA zLngtWrC6HepKwKFj7UCRi2wJe0Kw2jFljtxlgns= Message-ID: Subject: Re: [PATCH] doc: Add "Running Guix System on a Capsul Server" chapter. From: Liliana Marie Prikler To: jgart Date: Wed, 09 Mar 2022 09:36:38 +0100 In-Reply-To: <20220307120442.GB7531@gac.attlocal.net> References: <20220306032823.24088-1-jgart@dismail.de> <20220307120442.GB7531@gac.attlocal.net> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54267 Cc: 54267@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: -3.3 (---) Am Montag, dem 07.03.2022 um 12:04 -0500 schrieb jgart: > 501(c)(3) non-profit organization That is a broad label and no indicator of quality whatsoever. It applies to organizations genuinely interested in the betterment of society, happy faces painted on top of companies taking weird business decisions (looking at you, Mozilla), and right-wing think tanks spewing propaganda while claiming to be an academical institution in name only and accepting huge amounts of cash to speak on behalf of big oil against any regulations that would impact their profits. > On Mon, 07 Mar 2022 13:28:58 +0100 Liliana Marie Prikler > wrote: > > Sounds more like an ad than a recipe to me.  Note that "latest > > stable" means "I enjoy being part of a crypto-mining botnet and > > would like to dedicate more harware towards reaching the 3 degree > > target" when speaking about rolling release distribution models.   > > Then again... "cryptocurrency payments are back"[1]. > > I'd be less suspicious to promote Cyberia [...] than DigitalOcean. > Capsul's approach to providing Guix System is a better approach than > using some cloud infrastructure provider that doesn't care to make > Guix System a first-class citizen. > I think we should promote grassroots organizations like this and be > more suspicious of companies funded by VC money instead > (DigitalOcean, Github, etc...). While in principle I agree that all companies are sketchy always, the cookbook still is not a place for endorsements, but for technical solutions. Your contribution is the former. To be anything but you should at the very least guide users through the process of purging password-less root access. Cheers From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 09 05:26:50 2022 Received: (at 54267) by debbugs.gnu.org; 9 Mar 2022 10:26:50 +0000 Received: from localhost ([127.0.0.1]:58644 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRtWr-0003h7-R9 for submit@debbugs.gnu.org; Wed, 09 Mar 2022 05:26:49 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:60440) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRtWp-0003gy-M4 for 54267@debbugs.gnu.org; Wed, 09 Mar 2022 05:26:48 -0500 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by andre.telenet-ops.be with bizsmtp id 4ASl2700E4UW6Th01ASlVo; Wed, 09 Mar 2022 11:26:46 +0100 Message-ID: Subject: Re: [bug#54267] [PATCH] doc: Add "Running Guix System on a Capsul Server" chapter. From: Maxime Devos To: Liliana Marie Prikler , jgart Date: Wed, 09 Mar 2022 11:26:40 +0100 In-Reply-To: References: <20220306032823.24088-1-jgart@dismail.de> <20220307120442.GB7531@gac.attlocal.net> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-laTM/v1JrMEW/4iBwFwk" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1646821606; bh=K2znisKKpfnQmmdaonPpv/gNjdLaIEBGxjjRg16/ZVw=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=hLIOp27VjKWH1/wmkzxSoSck2kHjq1dlswEFnZoD47+1NaG0reqIXeyn0bNPQ9Cva tlCojAxVBPl1AeXL9W33IkGP9k41fHuQTw+GVyYM0BFExjRRs+qaPps2Xe7Rr/ODKb jEasft+G5um/YbuMq9wSgoJuvQbY+fKs5USMEOkCULsKU18LcOFPxjNYQ/6KVevnBv 0EotpaiMG9ff0exdM40QKG5zxkXtuIOqT0daGGy7N0ST5eUHj1ncG9QHsmswzQtIOB BpkHDZjpkQUavlbY3DUks5o/X9GBOShPJsKJ/Q3X1RJMGV2M9WYgIyqJJ6qWPH2U7Y 9UCIx/fwfaScA== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54267 Cc: 54267@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.7 (-) --=-laTM/v1JrMEW/4iBwFwk Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Liliana Marie Prikler schreef op wo 09-03-2022 om 09:36 [+0100]: > [...]=C2=A0 To be anything but you > should at the very least guide users through the process of purging > password-less root access. An additional option could be adding support to "guix deploy" for automating some of the processes. Greetings, Maxime. --=-laTM/v1JrMEW/4iBwFwk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYiiA4BccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7gb3AQCF7Hkx0ft1gJy2QQSIDCqNw9Vu wPfAgCvhhInm5wxpbwEA8ZNFjbW/JbnxuQHAhUfz2vn+UHAUifQtDhl8Yk7KFA0= =Nse/ -----END PGP SIGNATURE----- --=-laTM/v1JrMEW/4iBwFwk-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 16:22:02 2022 Received: (at 54267-done) by debbugs.gnu.org; 7 Jul 2022 20:22:02 +0000 Received: from localhost ([127.0.0.1]:58066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9Y0g-000811-KI for submit@debbugs.gnu.org; Thu, 07 Jul 2022 16:22:02 -0400 Received: from mail-qt1-f182.google.com ([209.85.160.182]:37414) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9Y0d-00080V-69 for 54267-done@debbugs.gnu.org; Thu, 07 Jul 2022 16:21:59 -0400 Received: by mail-qt1-f182.google.com with SMTP id i11so24473792qtr.4 for <54267-done@debbugs.gnu.org>; Thu, 07 Jul 2022 13:21:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=BQ5B/gTxEbKVBtRK6LnwvwF8EQip8RCyxCqdGbNgpds=; b=GsK8mkPK3NlcgQg4s6j3ZX0skPAPAVbVcO4TNAekIh0tg2+xU/U9km0nf5Hu5QwbcP seJ602pFwSJ/c/GGv9mKlkhLek1DfjBah/4Y5pAIrN3ebwYVdXINqNiFL8FWNNI2MDXt fOKNdhOaIoMES5/3+FwzuHuyP6Kv47mf5gESm7oDOodW33R0ErR4kp+g+iqePER1EHQj Z2kVpdwz4zwo3I8N6xFzJ9HX7x3Iae9w2EU44hZiqV2w8k/+zIGWaoZLllN6ML/Ayzjx eRR+/Qwg0W7Nq4EEtX7IgzHPxtoT6D8sa8ys2P8ZRzjt9DwdBkHhRQYEqxVweiuoQje5 zyIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=BQ5B/gTxEbKVBtRK6LnwvwF8EQip8RCyxCqdGbNgpds=; b=JYGTtQJ4jUoxslwqLI6VzY773/AU8iTmr/PyG9v+egwY4z9JJqJ1PlICar4Rrh4xcq bgCmUOxerqEOZKei9xr0X4jF1U7L7T9VN4ztHAjSHCw/SAg983lEt0j3LYJnnCCm4ApN YiyeKhUXQkn8Z7nJoHX/0rjinMHx2hZ9AjBJRmd9/a3BNE1D4tx+BJLwn7ZkkXy2Zkev 2aGOlCCjsfYcjpHx6PrFzT02sJ3/MHK/HCfokulGzcdPUbLnR0XPK5H1EQ+/UwEXCp2O ZGUeChP/jWpsYOednDHCNWtw3Vw66hOTTYeFkI+XZDZsKTSF790ZcF6GB9y35+/mjU4Q GNxQ== X-Gm-Message-State: AJIora9plhK7cyPa0NWuaElXdToNUu1+VqZyNXzUMWPYzIQ/xC8ORPKe NLwT+LpXNm8jcmr7SBvx5GlIYrt5SygM5mzK X-Google-Smtp-Source: AGRyM1v0BApEKzaWPjBt44tIbMkk8rwaCxPnZ/I4+z9pJu1PgzGDaL05JOuGObCrmyjPk7i0wG4htA== X-Received: by 2002:a05:6214:d66:b0:470:4528:bbd5 with SMTP id 6-20020a0562140d6600b004704528bbd5mr42350981qvs.73.1657225313528; Thu, 07 Jul 2022 13:21:53 -0700 (PDT) Received: from hurd (dsl-153-127.b2b2c.ca. [66.158.153.127]) by smtp.gmail.com with ESMTPSA id n8-20020a05620a222800b006ab935c1563sm30362578qkh.8.2022.07.07.13.21.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Jul 2022 13:21:53 -0700 (PDT) From: Maxim Cournoyer To: Maxime Devos Subject: Re: bug#54267: [PATCH] doc: Add "Running Guix System on a Capsul Server" chapter. References: <20220306032823.24088-1-jgart@dismail.de> <20220307120442.GB7531@gac.attlocal.net> Date: Thu, 07 Jul 2022 16:21:51 -0400 In-Reply-To: (Maxime Devos's message of "Wed, 09 Mar 2022 11:26:40 +0100") Message-ID: <87wncowu5c.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54267-done Cc: Liliana Marie Prikler , jgart , 54267-done@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.0 (-) Hi, Maxime Devos writes: > Liliana Marie Prikler schreef op wo 09-03-2022 om 09:36 [+0100]: >> [...]=C2=A0 To be anything but you >> should at the very least guide users through the process of purging >> password-less root access. > > An additional option could be adding support to "guix deploy" for > automating some of the processes. I agree that advertising a service provider isn't really the right place in the cookbook. It's nice to know it exists though! Thanks, Closing. Maxim From unknown Thu Jun 19 14:04:08 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 05 Aug 2022 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator