services: Document the full list of available NTP URLs.

* gnu/services/networking.scm (%ntp-servers): List the URLs granted to us.
This commit is contained in:
Leo Famulari 2022-01-06 01:29:26 -05:00
parent 457416bb1b
commit 85f006c8e8
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -427,6 +427,8 @@ (define %ntp-servers
;; Default set of NTP servers. These URLs are managed by the NTP Pool project. ;; 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 ;; Within Guix, Leo Famulari <leo@famulari.name> is the administrative contact
;; for this NTP pool "zone". ;; 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 (list
(ntp-server (ntp-server
(type 'pool) (type 'pool)