mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18: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.
|
||||
;; 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)
|
||||
|
|
Loading…
Reference in a new issue