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

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

2019-05-08 Thread sirgazil
Hi, I'm reading the Guix manual, and I'm confused about the recommended way to reconfigure the system. The workaround added recently to the "Graphical Installation" section suggests that in a freshly installed system you can:ยน $ sudo emacs /etc/config.scm Modify the file to your liking