guix-commits
[Top][All Lists]
Advanced

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

01/01: services: ntp: Use the NTP pool via the 'guix' zone.


From: Leo Famulari
Subject: 01/01: services: ntp: Use the NTP pool via the 'guix' zone.
Date: Sun, 30 Jul 2017 20:27:43 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 57f57a7bbfe1dbb2092ea082f575706fed03a42f
Author: Leo Famulari <address@hidden>
Date:   Sat Jul 29 20:43:40 2017 -0400

    services: ntp: Use the NTP pool via the 'guix' zone.
    
    * gnu/services/networking.scm (%ntp-servers): Use *.guix.pool.ntp.org.
---
 gnu/services/networking.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index c381581..b45008d 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -334,10 +334,13 @@ Protocol (DHCP) client, on all the non-loopback network 
interfaces."
   (service dhcp-client-service-type dhcp))
 
 (define %ntp-servers
-  ;; Default set of NTP servers.
-  '("0.pool.ntp.org"
-    "1.pool.ntp.org"
-    "2.pool.ntp.org"))
+  ;; Default set of NTP servers. These URLs are managed by the NTP Pool 
project.
+  ;; Within Guix, Leo Famulari <address@hidden> is the administrative contact
+  ;; for this NTP pool "zone".
+  '("0.guix.pool.ntp.org"
+    "1.guix.pool.ntp.org"
+    "2.guix.pool.ntp.org"
+    "3.guix.pool.ntp.org"))
 
 
 ;;;



reply via email to

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