mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Use shepherd-next as user service daemon
parent
2c90433d8a
commit
4a921d596e
|
@ -43,6 +43,7 @@
|
||||||
|
|
||||||
#|Radix packages|#
|
#|Radix packages|#
|
||||||
#|F|# #:use-module (radix packages fish-xyz)
|
#|F|# #:use-module (radix packages fish-xyz)
|
||||||
|
#|S|# #:use-module (radix packages shepherd)
|
||||||
|
|
||||||
#|Radix home services|#
|
#|Radix home services|#
|
||||||
#|•|# #:use-module (radix home services)
|
#|•|# #:use-module (radix home services)
|
||||||
|
@ -114,7 +115,7 @@
|
||||||
#|Shepherd services|#
|
#|Shepherd services|#
|
||||||
(service home-shepherd-service-type
|
(service home-shepherd-service-type
|
||||||
(home-shepherd-configuration
|
(home-shepherd-configuration
|
||||||
(shepherd (@ (shepherd-package) shepherd))
|
(shepherd shepherd-next)
|
||||||
(services (list shepherd-service:repl
|
(services (list shepherd-service:repl
|
||||||
shepherd-service:timer
|
shepherd-service:timer
|
||||||
shepherd-service:wake-up))))
|
shepherd-service:wake-up))))
|
||||||
|
|
Loading…
Reference in New Issue