rekado pushed a commit to branch master
in repository maintenance.

commit 846f1d103c54c9b9b779c8bf5f23734996fa083b
Author: Ricardo Wurmus <rek...@elephly.net>
Date:   Tue Jan 1 12:17:28 2019 +0100

    hydra: Add ntp-service for berlin build nodes.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-build-machine-os):
    Add ntp-service.
---
 hydra/modules/sysadmin/build-machines.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index e450977..2fc10a7 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix system administration tools.
 ;;;
 ;;; Copyright © 2016, 2017 Ludovic Courtès <l...@gnu.org>
-;;; Copyright © 2017, 2018 Ricardo Wurmus <rek...@elephly.net>
+;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <rek...@elephly.net>
 ;;;
 ;;; This program is free software: you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
@@ -149,6 +149,9 @@ AUTHORIZED-GUIX-KEYS."
                      (service qemu-binfmt-service-type
                               (qemu-binfmt-configuration
                                (platforms (lookup-qemu-platforms "arm" 
"aarch64"))))
+                     (service ntp-service-type
+                              (ntp-configuration
+                               (allow-large-adjustment? #t)))
                      (service sysadmin-service-type sysadmins)
                      (service openssh-service-type)
                      (modify-services %base-services

Reply via email to