diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-06 01:29:26 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-06 01:30:27 -0500 |
commit | 85f006c8e88f8b7cbe61b62161aec44d03c0e1e1 (patch) | |
tree | 2919392308fcd969e05d54ceb63041f169c2839b /gnu/services | |
parent | 457416bb1b6aa7b469e6af34f2007c8565f8dd42 (diff) | |
download | guix-85f006c8e88f8b7cbe61b62161aec44d03c0e1e1.tar.gz |
services: Document the full list of available NTP URLs.
* gnu/services/networking.scm (%ntp-servers): List the URLs granted to us.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/networking.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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) |