From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: NTP service Date: Sun, 28 Aug 2016 16:36:47 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1be1Cc-0002FY-VS for help-guix@gnu.org; Sun, 28 Aug 2016 10:36:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1be1Cb-0007DO-8e for help-guix@gnu.org; Sun, 28 Aug 2016 10:36:49 -0400 Received: from mail-qk0-x22e.google.com ([2607:f8b0:400d:c09::22e]:32890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1be1Cb-0007DK-2N for help-guix@gnu.org; Sun, 28 Aug 2016 10:36:49 -0400 Received: by mail-qk0-x22e.google.com with SMTP id z190so117210387qkc.0 for ; Sun, 28 Aug 2016 07:36:48 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix Hello, I want my GuixSD to keep it time synchronized, so I added (ntp-service) to (operating-system (services ...)) I'm still investigating if this is working properly, but I found the following in guix manual: Scheme Procedure: ntp-service [#:ntp ntp] [#:name-service %ntp-servers] and am wondering if #:name-service is a cut'n'paste mistake or genuine... -- Vincent Legoll