home: services: shepherd: Default to 1.0.

* gnu/home/services/shepherd.scm (<home-shepherd-configuration>)[shepherd]:
Default to SHEPHERD-0.10.

Change-Id: I2c4acc28978ac3376fe5683f60941e28edea5746
This commit is contained in:
Ludovic Courtès 2024-12-09 22:52:04 +01:00
parent e065384eee
commit 8eb7176fef
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -55,7 +55,7 @@
home-shepherd-configuration make-home-shepherd-configuration
home-shepherd-configuration?
(shepherd home-shepherd-configuration-shepherd
(default shepherd-0.10)) ; package
(default shepherd-1.0)) ;package
(auto-start? home-shepherd-configuration-auto-start?
(default #t))
(daemonize? home-shepherd-configuration-daemonize?