summaryrefslogtreecommitdiff
path: root/gnu/services/desktop.scm
diff options
context:
space:
mode:
authorTomáš Čech <sleep_walker@gnu.org>2016-07-19 15:19:14 +0200
committerLudovic Courtès <ludo@gnu.org>2016-07-21 18:53:27 +0200
commit24e964314ecfd29b8c592bfb7be923e8f740574c (patch)
treea4516fd06fdae78cab7f59366e67e4e7199f04f7 /gnu/services/desktop.scm
parent427dda54f263acd5b8898a981027ba5351933ba8 (diff)
downloadguix-patches-24e964314ecfd29b8c592bfb7be923e8f740574c.tar
guix-patches-24e964314ecfd29b8c592bfb7be923e8f740574c.tar.gz
services: Export *-service-type and *-configuration.
This allows users to use 'modify-services' and similar constructs for all these service types. * gnu/services/avahi.scm: export avahi-configuration. * gnu/services/base.scm: export gpm-configuration and rngd-configuration. * gnu/services/databases.scm: export *-service-type and *-configuration. * gnu/services/dbus.scm: export dbus-configuration. * gnu/services/dict.scm: export dicod-service-type. * gnu/services/lirc.scm: export lirc-configuration and lirc-service-type. * gnu/services/mail.scm: export dovecot-service-type. * gnu/services/web.scm: export nginx-configuration and nginx-service-type. * gnu/services/xorg.scm: export screen-locker and screen-locker?. * gnu/services/ssh.scm: export lsh-configuration and lsh-service-type. * gnu/services/desktop.scm: export *-service, *-service-type and *-configuration. * gnu/services/networking.scm: export *-configuration and *-service-type. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/services/desktop.scm')
-rw-r--r--gnu/services/desktop.scm31
1 files changed, 30 insertions, 1 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 86214a73bf..bf21707bfe 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -45,18 +45,47 @@
#:use-module (guix gexp)
#:use-module (srfi srfi-1)
#:use-module (ice-9 match)
- #:export (upower-service
+ #:export (upower-configuration
+ upower-configuration?
+ upower-service
+ upower-service-type
+
+ udisks-configuration
+ udisks-configuration?
udisks-service
+ udisks-service-type
+
colord-service
+
geoclue-application
+ geoclue-configuration
+ geoclue-configuration?
%standard-geoclue-applications
geoclue-service
+ geoclue-service-type
+
bluetooth-service
+
+ polkit-configuration
+ polkit-configuration?
polkit-service
+ polkit-service-type
+
elogind-configuration
+ elogind-configuration?
elogind-service
+ elogind-service-type
+
+ gnome-desktop-configuration
+ gnome-desktop-configuration?
gnome-desktop-service
+ gnome-desktop-service-type
+
+ xfce-desktop-configuration
+ xfce-desktop-configuration?
xfce-desktop-service
+ xfce-desktop-service-type
+
%desktop-services))
;;; Commentary: