Skip to content
Snippets Groups Projects
Commit a549ab4b authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

hydra: Add Avahi to the demo OS.

* build-aux/hydra/demo-os.scm: Use 'avahi-service' and 'dbus-service'.
  Add AVAHI to 'packages'.
parent 585c6519
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,11 @@
(gnu packages less)
(gnu packages tor)
(gnu packages package-management)
(gnu packages avahi)
(gnu services networking)
(gnu services avahi)
(gnu services dbus)
(gnu services xorg))
(operating-system
......@@ -88,11 +91,14 @@
#:name-servers '("10.0.2.3")
#:gateway "10.0.2.2")
(avahi-service)
(dbus-service (list avahi))
%base-services))
(pam-services
;; Explicitly allow for empty passwords.
(base-pam-services #:allow-empty-passwords? #t))
(packages (list bash coreutils findutils grep sed
procps psmisc less
guile-2.0 dmd guix util-linux inetutils
guile-2.0 dmd guix util-linux inetutils avahi
xterm zile)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment