operating-systems: buer: Use shepherd 1.0.0rc1

Luis Guilherme Coelho 2024-11-24 13:42:32 -03:00
parent f29d809e76
commit 733bb12361
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 8 additions and 1 deletions

View File

@ -30,7 +30,8 @@
#|L|# #:use-module (gnu services linux)
#|N|# #:use-module (gnu services networking)
#|P|# #:use-module (gnu services pm)
#|S|# #:use-module (gnu services sysctl)
#|S|# #:use-module (gnu services shepherd)
#:use-module (gnu services sysctl)
#|GNU system|#
#||# #:use-module (gnu system)
@ -169,6 +170,12 @@
#|Allow resolution of '.local' host names with mDNS|#
(name-service-switch %mdns-host-lookup-nss)
(essential-services
(modify-services
(operating-system-default-essential-services this-operating-system)
(shepherd-root-service-type
_ => (shepherd-configuration
(shepherd (@ (shepherd-package) shepherd))))))
#|System services|#
(services