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 = {