hydra: Update demo OS to new service interface.
authorLudovic Courtès <ludo@gnu.org>
Mon, 12 Oct 2015 21:06:07 +0000 (23:06 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 12 Oct 2015 22:06:11 +0000 (00:06 +0200)
* build-aux/hydra/demo-os.scm: Import (gnu services dbus); remove
  arguments to 'dbus-service'.

build-aux/hydra/demo-os.scm

index ce46caa..c6e05ef 100644 (file)
@@ -23,7 +23,7 @@
 ;;;
 
 (use-modules (gnu))
-(use-service-modules desktop xorg networking avahi)
+(use-service-modules desktop xorg networking avahi dbus)
 (use-package-modules linux xorg tor avahi)
 
 (operating-system
@@ -71,7 +71,7 @@ You can log in as 'guest' or 'root' with no password.
                                              #:gateway "10.0.2.2")
 
                   (avahi-service)
-                  (dbus-service (list avahi))
+                  (dbus-service)
                   (tor-service)
 
                   %base-services))