civodul pushed a commit to branch master
in repository guix.
commit 92869fcc75593a78bd78dc54fcd7464a37edf5a2
Author: Dariqq <[email protected]>
AuthorDate: Mon Dec 16 21:33:13 2024 +0000
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 <[email protected]>
---
gnu/home/services/shepherd.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/home/services/shepherd.scm b/gnu/home/services/shepherd.scm
index b4d826f6bb..c4faab7044 100644
--- a/gnu/home/services/shepherd.scm
+++ b/gnu/home/services/shepherd.scm
@@ -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?