mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: home: Use ‘shepherd-for-home’ as the default shepherd.
Fixes <https://issues.guix.gnu.org/73903>. * gnu/home/services/shepherd.scm (home-shepherd-configuration): Change default value of shepherd field to shepherd-for-home. Change-Id: I3773403bb1fcdcbe2acb1bbcbfaa009f4d31ace4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
de247e4057
commit
92869fcc75
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
home-shepherd-configuration make-home-shepherd-configuration
|
||||
home-shepherd-configuration?
|
||||
(shepherd home-shepherd-configuration-shepherd
|
||||
(default shepherd-1.0)) ;package
|
||||
(default shepherd-for-home)) ;package
|
||||
(auto-start? home-shepherd-configuration-auto-start?
|
||||
(default #t))
|
||||
(daemonize? home-shepherd-configuration-daemonize?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue