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:
parent
631d893023
commit
32583c8c20
@ -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))))))))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user