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 guix system reconfigure /etc/config.scm it said: /etc/config.scm:38:12: Fehler: (service guix-service-type config => (guix-configuration (inherit config) (extra-options (list "--gc-keep-derivations=yes" "--gc-keep-outputs=yes")))): source expression failed to match any pattern Gottfried Am 03.08.22 um 21:18 schrieb (: > 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-service-type ...) > > -- (