From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: Re: guix system reconfigure /etc/config.scm or my-config.scm Date: Wed, 08 May 2019 19:50:30 -0500 Message-ID: <16a9a11f9a3.b3685ee490782.1286119268062071099@zoho.com> References: <16a98cbc6fc.fa86dbd584984.5190119233371485256@zoho.com> <87woj0g3g6.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:32871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOXH0-0005DL-2u for help-guix@gnu.org; Wed, 08 May 2019 20:50:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOXGy-0004OS-KB for help-guix@gnu.org; Wed, 08 May 2019 20:50:58 -0400 Received: from sender4-pp-o95.zoho.com ([136.143.188.95]:25581) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hOXGy-0004Nx-CJ for help-guix@gnu.org; Wed, 08 May 2019 20:50:56 -0400 In-Reply-To: <87woj0g3g6.fsf@nckx> 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: Tobias Geerinckx-Rice Cc: help-guix ---- On Wed, 08 May 2019 14:18:33 -0500 Tobias Geerinckx-Rice wrote ---- > Hiya Sirgazil,=20 > =20 > sirgazil wrote:=20 > > So, should one do the following instead?=20 > >=20 > > $ emacs ~/path/to/my-config.scm=20 > > Modify the file to your liking=20 > > $ guix pull && sudo guix system reconfigure=20 > > ~/path/to/my-config.scm=20 > =20 > Oh, it doesn't matter.=20 > =20 > This file can be whatever and wherever you want it to be (mine's=20 > /etc/guix/system.scm because eww =E2=80=98config=E2=80=99). It's in /et= c by=20 > default since that's where most people will expect it and it's the=20 > Unixly-correct place to put system-wide configuration files, and=20 > this is the mother of all system-wide configuration files :-)=20 > =20 > Now, to be blunt, I don't think=20 > =20 > =E2=80=9CThe normal way to change the system configuration is by=20 > updating this=20 > file and re-running =E2=80=98guix system reconfigure=E2=80=99. One sho= uld=20 > never have=20 > to touch files in =E2=80=98/etc=E2=80=99[.]=E2=80=9D=20 > =20 > can reasonably be read as self-contradictory, but if you want to=20 > add an =E2=80=98other=E2=80=99 at the end I don't think anyone will obje= ct!=20 Thanks for your help, Tobias :)