mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: Use shepherd-next as init system
parent
b350f60a20
commit
9bd6947d3e
|
@ -55,6 +55,7 @@
|
||||||
#|Radix packages|#
|
#|Radix packages|#
|
||||||
#|A|# #:use-module (radix packages admin)
|
#|A|# #:use-module (radix packages admin)
|
||||||
#|L|# #:use-module (radix packages linux)
|
#|L|# #:use-module (radix packages linux)
|
||||||
|
#|S|# #:use-module (radix packages shepherd)
|
||||||
#|T|# #:use-module (radix packages text-editors)
|
#|T|# #:use-module (radix packages text-editors)
|
||||||
|
|
||||||
#|Radix services|#
|
#|Radix services|#
|
||||||
|
@ -176,7 +177,7 @@
|
||||||
(operating-system-default-essential-services this-operating-system)
|
(operating-system-default-essential-services this-operating-system)
|
||||||
(shepherd-root-service-type
|
(shepherd-root-service-type
|
||||||
_ => (shepherd-configuration
|
_ => (shepherd-configuration
|
||||||
(shepherd (@ (shepherd-package) shepherd))
|
(shepherd shepherd-next)
|
||||||
(services (list shepherd-service:guix-gc
|
(services (list shepherd-service:guix-gc
|
||||||
shepherd-service:snapshot-@home
|
shepherd-service:snapshot-@home
|
||||||
shepherd-service:timer))))))
|
shepherd-service:timer))))))
|
||||||
|
|
Loading…
Reference in New Issue