mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
457416bb1b
commit
85f006c8e8
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue