mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -1137,7 +1137,8 @@ over TCP. Reboot upon failure."
|
|||||||
(provision '(secret-service-client))
|
(provision '(secret-service-client))
|
||||||
(requirement '(loopback networking))
|
(requirement '(loopback networking))
|
||||||
(modules '((gnu build secret-service)
|
(modules '((gnu build secret-service)
|
||||||
(guix build utils)))
|
(guix build utils)
|
||||||
|
((shepherd system) #:select (reboot))))
|
||||||
(start (with-imported-modules '((gnu build secret-service)
|
(start (with-imported-modules '((gnu build secret-service)
|
||||||
(guix build utils))
|
(guix build utils))
|
||||||
#~(lambda ()
|
#~(lambda ()
|
||||||
|
|||||||
Reference in New Issue
Block a user