From 6385b475c41b7b661bb11891f3490fd83903a238 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:25:26 +0400 Subject: [PATCH] enable ntpd --- default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.nix b/default.nix index 82d94b82..bd1dbe60 100644 --- a/default.nix +++ b/default.nix @@ -62,6 +62,8 @@ time.timeZone = "Asia/Dubai"; + services.ntp.enable = true; + i18n.defaultLocale = "en_US.UTF-8"; console = { font = "Lat2-Terminus16";