mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e065384eee
commit
8eb7176fef
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
home-shepherd-configuration make-home-shepherd-configuration
|
home-shepherd-configuration make-home-shepherd-configuration
|
||||||
home-shepherd-configuration?
|
home-shepherd-configuration?
|
||||||
(shepherd home-shepherd-configuration-shepherd
|
(shepherd home-shepherd-configuration-shepherd
|
||||||
(default shepherd-0.10)) ; package
|
(default shepherd-1.0)) ;package
|
||||||
(auto-start? home-shepherd-configuration-auto-start?
|
(auto-start? home-shepherd-configuration-auto-start?
|
||||||
(default #t))
|
(default #t))
|
||||||
(daemonize? home-shepherd-configuration-daemonize?
|
(daemonize? home-shepherd-configuration-daemonize?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue