Skip to content
Snippets Groups Projects
Unverified Commit 57f57a7b authored by Leo Famulari's avatar Leo Famulari
Browse files

services: ntp: Use the NTP pool via the 'guix' zone.

* gnu/services/networking.scm (%ntp-servers): Use *.guix.pool.ntp.org.
parent 706448b1
No related branches found
No related tags found
No related merge requests found
...@@ -334,10 +334,13 @@ (define* (dhcp-client-service #:key (dhcp isc-dhcp)) ...@@ -334,10 +334,13 @@ (define* (dhcp-client-service #:key (dhcp isc-dhcp))
(service dhcp-client-service-type dhcp)) (service dhcp-client-service-type dhcp))
(define %ntp-servers (define %ntp-servers
;; Default set of NTP servers. ;; Default set of NTP servers. These URLs are managed by the NTP Pool project.
'("0.pool.ntp.org" ;; Within Guix, Leo Famulari <leo@famulari.name> is the administrative contact
"1.pool.ntp.org" ;; for this NTP pool "zone".
"2.pool.ntp.org")) '("0.guix.pool.ntp.org"
"1.guix.pool.ntp.org"
"2.guix.pool.ntp.org"
"3.guix.pool.ntp.org"))
;;; ;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment