Setup default timeserver

This commit is contained in:
Chris Toph 2025-02-14 14:58:57 -05:00
parent d055c67285
commit 3badd4719f

View file

@ -17,6 +17,7 @@ let
in in
{ {
## TIMEZONE & LOCALE ## ## TIMEZONE & LOCALE ##
networking.timeServers = [ "pool.ntp.org" ];
time.timeZone = timeZone; time.timeZone = timeZone;
i18n.defaultLocale = defaultLocale; i18n.defaultLocale = defaultLocale;
i18n.extraLocaleSettings = { i18n.extraLocaleSettings = {