Re: "bad use of syntactic keyword" - after "sudo guix system reconfigure /etc/config.scm"

2022-08-04 Thread Gottfried
Hi Guixers, thanks for the answer. I changed my config.scm to: (service guix-service-type config => (guix-configuration (inherit config) (extra-options (list "--gc-keep-derivations=yes" "--gc-keep-outputs=yes" and after: gfp@Tuxedo ~$ sudo

Re: "bad use of syntactic keyword" - after "sudo guix system reconfigure /etc/config.scm"

2022-08-03 Thread Efraim Flashner
On Wed, Aug 03, 2022 at 07:17:00PM +, Gottfried wrote: > Hi Guixers, > > I got into trouble. > > After inserting: > (guix-service-type config => (guix-configuration (inherit config) > (extra-options (list "--gc-keep-derivations=yes" > "--gc-keep-outputs=yes") > in my config.scm > > I can

Re: "bad use of syntactic keyword" - after "sudo guix system reconfigure /etc/config.scm"

2022-08-03 Thread (
On Wed Aug 3, 2022 at 8:17 PM BST, Gottfried wrote: > (guix-service-type > config => (guix-configuration > (inherit config) > (extra-options (list "--gc-keep-derivations=yes" I believe the correct usage would be (service guix-servi

"bad use of syntactic keyword" - after "sudo guix system reconfigure /etc/config.scm"

2022-08-03 Thread Gottfried
Hi Guixers, I got into trouble. After inserting: (guix-service-type config => (guix-configuration (inherit config) (extra-options (list "--gc-keep-derivations=yes" "--gc-keep-outputs=yes") in my config.scm I can't do a: sudo guix system reconfigure /etc/config.scm It said "invalid field