diff --git a/modules/misc.nix b/modules/misc.nix index 691bf00..0d89566 100644 --- a/modules/misc.nix +++ b/modules/misc.nix @@ -10,16 +10,5 @@ _: {lib, ...}: { KbdInteractiveAuthentication = false; }; }; - - #time settings - time.timeZone = "America/New_York"; - services = { - timesyncd = { - enable = true; - servers = [ - "time.cloudflare.com" - ]; - }; - }; i18n.defaultLocale = "en_US.UTF-8"; }