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:
Dariqq 2024-12-16 21:33:13 +00:00 committed by Ludovic Courtès
parent de247e4057
commit 92869fcc75
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -60,7 +60,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-1.0)) ;package (default shepherd-for-home)) ;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?