Re: bad use of syntactic keyword

2023-03-11 Thread Julien Lepiller
Ah but the home-redshift-service-type is a home service, not a system service. It's meant to be used with guix home, not guix system. Le 11 mars 2023 11:15:20 GMT+01:00, Gottfried a écrit : >Hi, >thanks for help > >I have now got: > >> (service home-redshift-service-type >>

Re: bad use of syntactic keyword

2023-03-11 Thread Gottfried
Hi, thanks for help I have now got: (service home-redshift-service-type (home-redshift-configuration (location-provider 'manual) (latitude 52.5);northern hemisphere (longitude 13.5))) ;Berlin

Re: bad use of syntactic keyword

2023-03-10 Thread Julien Lepiller
ing: "service redshift" to my config.scm > >running > >sudo guix system configure /etc/config.scm > >it says: > >guix system: Fehler: _: bad use of '_' syntactic keyword > >german Fehler = mistake > >I don’t know where is my mistake. >

Re: bad use of syntactic keyword

2023-03-09 Thread Marek Paśnikowski
> guix system: Fehler: _: bad use of '_' syntactic keyword You have a '_' in the sane configuration. If the redshift service declaration is the only change you made, I'd say you imbalanced your parentheses.

bad use of syntactic keyword

2023-03-09 Thread Gottfried
Hi, after adding: "service redshift" to my config.scm running sudo guix system configure /etc/config.scm it says: guix system: Fehler: _: bad use of '_' syntactic keyword german Fehler = mistake I don’t know

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
uot; "--gc-keep-outputs=yes"): invalid field > specifier > > > than I deleted one of two empty lines (before (bootloader...) > > Then I did again a: > > gfp@Tuxedo ~$ sudo guix system reconfigure /etc/config.scm > Passwort: > guix system: Fehler: =>:

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
m reconfigure /etc/config.scm Passwort: guix system: Fehler: =>: bad use of '=>' syntactic keyword It said: bad use of systactic keyword Could anybody help to check my config.scm? ;; This is an operating system configuration generated ;; by the graphical installer. (use-