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:
parent
cc9c1f3935
commit
c80f1559eb
|
@ -23,7 +23,7 @@
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
(use-modules (gnu))
|
(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)
|
(use-package-modules linux xorg tor avahi)
|
||||||
|
|
||||||
(operating-system
|
(operating-system
|
||||||
|
@ -71,7 +71,7 @@ You can log in as 'guest' or 'root' with no password.
|
||||||
#:gateway "10.0.2.2")
|
#:gateway "10.0.2.2")
|
||||||
|
|
||||||
(avahi-service)
|
(avahi-service)
|
||||||
(dbus-service (list avahi))
|
(dbus-service)
|
||||||
(tor-service)
|
(tor-service)
|
||||||
|
|
||||||
%base-services))
|
%base-services))
|
||||||
|
|
Loading…
Reference in New Issue