From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: personal communications server Date: Tue, 06 Aug 2019 20:19:10 +0200 Message-ID: <87r25yxild.fsf@elephly.net> References: <43325349a6b00be70521039c3b5c3618@riseup.net> <878ss7z56s.fsf@elephly.net> <4156d7f891f3a2a531d19897be2e8c29.squirrel@sm.riseup.net> <48F6139B-2078-4F2C-8ACC-45DC464E4CE5@lepiller.eu> 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]:34580) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hv43N-0004Wp-6L for help-guix@gnu.org; Tue, 06 Aug 2019 14:19:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hv43M-0000UQ-Bi for help-guix@gnu.org; Tue, 06 Aug 2019 14:19:21 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21201) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hv43L-0000Tg-Ud for help-guix@gnu.org; Tue, 06 Aug 2019 14:19:20 -0400 In-reply-to: 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: Julien Lepiller Cc: quiliro@riseup.net, help-guix@gnu.org Julien Lepiller writes: > I don't think we need the bash scripts, only services. From what I > read, we could provide a simple file like this and let users choose > their services: > > (define domain "mydomain.org") > ; and other common configuration options > =E2=80=A6 > (operating-system > =E2=80=A6 > (services > (cons* > ;; Uncomment for email > ;(dovecot-service =E2=80=A6) > =E2=80=A6 > ;; Uncomment for cgit > ; (cgit-service =E2=80=A6) > =E2=80=A6 > ))) > > And then, you have a base with sane defaults for a defined purpose, > but can still tweak and change things. Or we could provide a procedure generating an operating system configuration. The procedure=E2=80=99s arguments would be used to enable or disable certain services. -- Ricardo