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
>>
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
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.
>
> 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.
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
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
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: =>:
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
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-