services: secret-service: Inherit from the original 'guix-configuration'.

Reported by zamfofex.

Regression introduced in 2bac6ea177d5b3353ea1a4d032d17a6ac3763e96.

* gnu/services/virtualization.scm (secret-service-operating-system):
Add 'inherit' keyword for 'guix-configuration'.
This commit is contained in:
Ludovic Courtès 2022-09-12 09:01:23 +02:00
parent 631d893023
commit 32583c8c20
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

@ -965,6 +965,7 @@ that will be listening to receive secret keys on port 1004, TCP."
(generate-host-keys? #f)))
(guix-service-type
config => (guix-configuration
(inherit config)
(generate-substitute-key? #f))))))))