guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: hydra: sysadmin: Enable Avahi on build machines.


From: Mathieu Othacehe
Subject: 02/03: hydra: sysadmin: Enable Avahi on build machines.
Date: Tue, 1 Dec 2020 07:09:04 -0500 (EST)

mothacehe pushed a commit to branch master
in repository maintenance.

commit f8bf2243dc3cb7197a45bcd7cd55dab8cb3efe4a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Dec 1 13:07:51 2020 +0100

    hydra: sysadmin: Enable Avahi on build machines.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os): 
Add
    Avahi support.
---
 hydra/modules/sysadmin/build-machines.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index 2b25c46..7257a0d 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -183,6 +183,7 @@ are 10022 and 15900.  Keep secret-service port local."
     (host-name (format #f "hydra-guix-~3,'0d" id))
     (timezone "Europe/Berlin")
     (locale "en_US.utf8")
+    (name-service-switch %mdns-host-lookup-nss)
     (kernel-arguments '("console=tty0" "console=ttyS0,57600n8"))
     (keyboard-layout
      (keyboard-layout "us" "altgr-intl"))
@@ -228,6 +229,8 @@ are 10022 and 15900.  Keep secret-service port local."
                      (zabbix-agent-configuration
                       (server '("141.80.167.131"))
                       (server-active '("141.80.167.131"))))
+            (service avahi-service-type
+                     (avahi-configuration (debug? #t)))
             (service mcron-service-type
                      (mcron-configuration
                       (jobs (list gc-job))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]