From 3badd4719f95fafae8d66a10448f12bd27fc7a46 Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Fri, 14 Feb 2025 14:58:57 -0500 Subject: [PATCH] Setup default timeserver --- nix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/default.nix b/nix/default.nix index d0650c0..1c5878f 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -17,6 +17,7 @@ let in { ## TIMEZONE & LOCALE ## + networking.timeServers = [ "pool.ntp.org" ]; time.timeZone = timeZone; i18n.defaultLocale = defaultLocale; i18n.extraLocaleSettings = {