mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: Use shepherd 1.0.0rc1
parent
9e8dd2e5fb
commit
0a0e377d5f
|
@ -30,7 +30,8 @@
|
||||||
#|L|# #:use-module (gnu services linux)
|
#|L|# #:use-module (gnu services linux)
|
||||||
#|N|# #:use-module (gnu services networking)
|
#|N|# #:use-module (gnu services networking)
|
||||||
#|P|# #:use-module (gnu services pm)
|
#|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|#
|
#|GNU system|#
|
||||||
#|•|# #:use-module (gnu system)
|
#|•|# #:use-module (gnu system)
|
||||||
|
@ -169,6 +170,12 @@
|
||||||
|
|
||||||
#|Allow resolution of '.local' host names with mDNS|#
|
#|Allow resolution of '.local' host names with mDNS|#
|
||||||
(name-service-switch %mdns-host-lookup-nss)
|
(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|#
|
#|System services|#
|
||||||
(services
|
(services
|
||||||
|
|
Loading…
Reference in New Issue