aboutsummaryrefslogtreecommitdiff
path: root/gnu/home
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-05-06 22:31:20 +0200
committerLudovic Courtès <ludo@gnu.org>2023-05-13 16:27:55 +0200
commit134c10241a591e7d875bb986438f4a0c35f302a9 (patch)
tree36bc4b04c6b71457912dd485a2f75f2dfafef63a /gnu/home
parent1d9efb858fadb7668d3bea33288ce31d42806b6c (diff)
downloadguix-134c10241a591e7d875bb986438f4a0c35f302a9.tar
guix-134c10241a591e7d875bb986438f4a0c35f302a9.tar.gz
services: shepherd: Default to 0.10.
* gnu/services/shepherd.scm (<shepherd-configuration>)[shepherd]: Default to SHEPHERD-0.10. * gnu/home/services/shepherd.scm (<home-shepherd-configuration>)[shepherd]: Likewise.
Diffstat (limited to 'gnu/home')
-rw-r--r--gnu/home/services/shepherd.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/home/services/shepherd.scm b/gnu/home/services/shepherd.scm
index 1a70a220f0..ff6d629114 100644
--- a/gnu/home/services/shepherd.scm
+++ b/gnu/home/services/shepherd.scm
@@ -52,7 +52,7 @@
home-shepherd-configuration make-home-shepherd-configuration
home-shepherd-configuration?
(shepherd home-shepherd-configuration-shepherd
- (default shepherd-0.9)) ; package
+ (default shepherd-0.10)) ; package
(auto-start? home-shepherd-configuration-auto-start?
(default #t))
(daemonize? home-shepherd-configuration-daemonize?