Re: guix system reconfigure /etc/config.scm or my-config.scm

2019-05-08 Thread sirgazil
On Wed, 08 May 2019 14:18:33 -0500 Tobias Geerinckx-Rice wrote > Hiya Sirgazil, > > sirgazil wrote: > > So, should one do the following instead? > > > > $ emacs ~/path/to/my-config.scm > > Modify the file to your liking > > $ guix pull && sudo guix system re

Re: guix system reconfigure /etc/config.scm or my-config.scm

2019-05-08 Thread sirgazil
On Wed, 08 May 2019 14:16:55 -0500 John Soo wrote > Hi there, > > I do exactly what you said: > > $ emacs /path/to/my/config.scm > $ sudo suix system reconfigure /path/to/my/config.scm > > No need to keep it in /etc. > > Hope that helps, Yes, thanks :)

Re: guix system reconfigure /etc/config.scm or my-config.scm

2019-05-08 Thread Tobias Geerinckx-Rice
Hiya Sirgazil, sirgazil wrote: So, should one do the following instead? $ emacs ~/path/to/my-config.scm Modify the file to your liking $ guix pull && sudo guix system reconfigure ~/path/to/my-config.scm Oh, it doesn't matter. This file can be whatever and wherever you want i

Re: guix system reconfigure /etc/config.scm or my-config.scm

2019-05-08 Thread John Soo
Hi there, I do exactly what you said: $ emacs /path/to/my/config.scm $ sudo suix system reconfigure /path/to/my/config.scm No need to keep it in /etc. Hope that helps, John > On May 8, 2019, at 11:54 AM, sirgazil wrote: > > Hi, > > I'm reading the Guix manual, and I'm confused about the r