~ruther/guix-local

c80f1559eb076e96107178e19a904c21b7cde51a — Ludovic Courtès 10 years ago cc9c1f3
hydra: Update demo OS to new service interface.

* build-aux/hydra/demo-os.scm: Import (gnu services dbus); remove
  arguments to 'dbus-service'.
1 files changed, 2 insertions(+), 2 deletions(-)

M build-aux/hydra/demo-os.scm
M build-aux/hydra/demo-os.scm => build-aux/hydra/demo-os.scm +2 -2
@@ 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))