home-environments: radio: Use shepherd-next as user service daemon

main
Luis Guilherme Coelho 2024-11-26 14:56:18 -03:00
parent 2c90433d8a
commit 4a921d596e
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@
#|Radix packages|#
#|F|# #:use-module (radix packages fish-xyz)
#|S|# #:use-module (radix packages shepherd)
#|Radix home services|#
#||# #:use-module (radix home services)
@ -114,7 +115,7 @@
#|Shepherd services|#
(service home-shepherd-service-type
(home-shepherd-configuration
(shepherd (@ (shepherd-package) shepherd))
(shepherd shepherd-next)
(services (list shepherd-service:repl
shepherd-service:timer
shepherd-service:wake-up))))