From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Seeking "complex" system examples / guixops Date: Mon, 29 Jul 2019 17:53:28 +0200 Message-ID: <87imrk7s7b.fsf@elephly.net> References: 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]:52773) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hs7xv-0007QW-Ig for guix-devel@gnu.org; Mon, 29 Jul 2019 11:53:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hs7xu-0004nq-Iw for guix-devel@gnu.org; Mon, 29 Jul 2019 11:53:35 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21370) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hs7xu-0004m3-6u for guix-devel@gnu.org; Mon, 29 Jul 2019 11:53:34 -0400 In-reply-to: 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: Hartmut Goebel Cc: guix-devel@gnu.org Hi Hartmut, > So I'm wondering whether anyone is using guix for this kind of > system-setup in a flexible manner and whetehr one could share some exampl= es. the Guix sysadmins are using Guix to build complex systems. Our configurations are available in the =E2=80=9Chydra=E2=80=9D directory of th= e maintenance repository: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra The ci.guix.gnu.org head node is defined here: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/berli= n.scm All its build nodes are instantiations of the procedurally generated configuration here: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/modul= es/sysadmin/build-machines.scm Berlin also uses a complex nginx configuration, which is defined here: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/nginx= /berlin.scm Hope that=E2=80=99s enough to get you started! -- Ricardo