operating-systems: buer: Use shepherd-next as init system

main
Luis Guilherme Coelho 2024-11-26 14:58:08 -03:00
parent b350f60a20
commit 9bd6947d3e
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 1 deletions

View File

@ -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))))))