guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: Document the full list of available NTP


From: guix-commits
Subject: branch master updated: services: Document the full list of available NTP URLs.
Date: Thu, 06 Jan 2022 01:38:12 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 85f006c8e8 services: Document the full list of available NTP URLs.
85f006c8e8 is described below

commit 85f006c8e88f8b7cbe61b62161aec44d03c0e1e1
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Jan 6 01:29:26 2022 -0500

    services: Document the full list of available NTP URLs.
    
    * gnu/services/networking.scm (%ntp-servers): List the URLs granted to us.
---
 gnu/services/networking.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 77841a18d4..5bb8638930 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -427,6 +427,8 @@ daemon is responsible for allocating IP addresses to its 
client.")))
   ;; Default set of NTP servers. These URLs are managed by the NTP Pool 
project.
   ;; Within Guix, Leo Famulari <leo@famulari.name> is the administrative 
contact
   ;; for this NTP pool "zone".
+  ;; The full list of available URLs are 0.guix.pool.ntp.org,
+  ;; 1.guix.pool.ntp.org, 2.guix.pool.ntp.org, and 3.guix.pool.ntp.org.
   (list
    (ntp-server
     (type 'pool)



reply via email to

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