mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
services: secret-service: Add missing import for ‘reboot’.
* gnu/services/virtualization.scm (secret-service-shepherd-services): In ‘modules’, add (shepherd system). Change-Id: I23201f0ee3ce102f0d48d4f5ea24ddbfc06c247f
This commit is contained in:
parent
4ed3c827c6
commit
2a42babb2b
1 changed files with 2 additions and 1 deletions
|
|
@ -1137,7 +1137,8 @@ over TCP. Reboot upon failure."
|
|||
(provision '(secret-service-client))
|
||||
(requirement '(loopback networking))
|
||||
(modules '((gnu build secret-service)
|
||||
(guix build utils)))
|
||||
(guix build utils)
|
||||
((shepherd system) #:select (reboot))))
|
||||
(start (with-imported-modules '((gnu build secret-service)
|
||||
(guix build utils))
|
||||
#~(lambda ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue