hydra: Update demo OS to new service interface.

* build-aux/hydra/demo-os.scm: Import (gnu services dbus); remove
  arguments to 'dbus-service'.
This commit is contained in:
Ludovic Courtès 2015-10-12 23:06:07 +02:00
parent cc9c1f3935
commit c80f1559eb
1 changed files with 2 additions and 2 deletions

View 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))