guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: Add ntp-service for berlin build nodes.


From: Ricardo Wurmus
Subject: 01/01: hydra: Add ntp-service for berlin build nodes.
Date: Tue, 1 Jan 2019 06:18:03 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit 846f1d103c54c9b9b779c8bf5f23734996fa083b
Author: Ricardo Wurmus <address@hidden>
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 <address@hidden>
-;;; Copyright © 2017, 2018 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; 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

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