From 85f006c8e88f8b7cbe61b62161aec44d03c0e1e1 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 6 Jan 2022 01:29:26 -0500 Subject: 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(+) (limited to 'gnu/services') 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 @@ (define %ntp-servers ;; Default set of NTP servers. These URLs are managed by the NTP Pool project. ;; Within Guix, Leo Famulari 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) -- cgit v1.2.3