diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/services/desktop.scm | 3 |
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) |