[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46031] services: cuirass: Add "simple-cuirass-services".
From: |
Jonathan Brielmaier |
Subject: |
[bug#46031] services: cuirass: Add "simple-cuirass-services". |
Date: |
Sun, 24 Jan 2021 14:47:46 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.6.1 |
On 22.01.21 18:55, Mathieu Othacehe wrote:
Hello Jonathan,
It gave me this error: https://paste.opensuse.org/view/raw/110509
Thanks for testing! Be careful, "simple-cuirass-services" returns a list
of services and has to be appended to the list of other services.
That is the problem, because of changes to guix-daemon. I have following
construct:
(services
(cons*
(service a-service-type)
[...]
(service z-service-type)
(modify-services %base-services
(guix-service-type config =>
(guix-configuration
(inherit config)
(extra-options '("--cores=x")))))))