mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
services: secret-service: Inherit from the original 'guix-configuration'.
Reported by zamfofex.
Regression introduced in 2bac6ea177
.
* gnu/services/virtualization.scm (secret-service-operating-system):
Add 'inherit' keyword for 'guix-configuration'.
This commit is contained in:
parent
631d893023
commit
32583c8c20
1 changed files with 1 additions and 0 deletions
|
@ -965,6 +965,7 @@ (define (secret-service-operating-system os)
|
|||
(generate-host-keys? #f)))
|
||||
(guix-service-type
|
||||
config => (guix-configuration
|
||||
(inherit config)
|
||||
(generate-substitute-key? #f))))))))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue