aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/desktop.scm
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-03-03 19:34:39 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2023-02-26 01:00:07 +0100
commitcd2293294595215f2adadc11a993486233b9ea3c (patch)
tree6d927df20f952c84b3c896968adb875595e9ff8f /gnu/services/desktop.scm
parent2799ad44234be675f018115f99be98d2c9fd565d (diff)
downloadguix-cd2293294595215f2adadc11a993486233b9ea3c.tar
guix-cd2293294595215f2adadc11a993486233b9ea3c.tar.gz
services: desktop: Set default value for geoclue-service-type.
This follows up on commit ae0975332c60818793c6c63a3646c982d686bf49?. * gnu/services/desktop.scm (geoclue-service-type): Set default-value. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/services/desktop.scm')
-rw-r--r--gnu/services/desktop.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 8026778ea5..aa9f93997d 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -404,7 +404,8 @@ users are allowed."
(description "Run the @command{geoclue} location service.
This service provides a D-Bus interface to allow applications to request
access to a user's physical location, and optionally to add information to
-online location databases.")))
+online location databases.")
+ (default-value (geoclue-configuration))))
(define-deprecated
(geoclue-service #:key (geoclue geoclue)