From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Mazurkiewicz Subject: Using an ntp service Date: Wed, 22 May 2019 15:30:04 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hTOz5-0007QB-Nj for help-guix@gnu.org; Wed, 22 May 2019 07:00:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hTOz3-0002nr-OC for help-guix@gnu.org; Wed, 22 May 2019 07:00:35 -0400 Received: from mail-qt1-x836.google.com ([2607:f8b0:4864:20::836]:33124) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hTOz0-0002cS-H4 for help-guix@gnu.org; Wed, 22 May 2019 07:00:31 -0400 Received: by mail-qt1-x836.google.com with SMTP id m32so1764956qtf.0 for ; Wed, 22 May 2019 04:00:22 -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@gnu.org I have tried some elementary guix config.scm files with a %desktop-services variable appended to services. They should bring the ntp service as one can see in https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/desktop.scm#n1083 file. I expected that it would sync system time, but it did not. I have still been getting the time of my computer BIOS in a terminal, not the synced one. Also in Xfce DE Clock. I have no idea how to debug it and fix. Any help will be appreciated.