From 0ef99adc62d0bb1eaef591145bda1677d50cab97 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 25 Mar 2024 10:51:46 -0400 Subject: [PATCH] modules/locale: enable automatic timezone switching --- modules/modules/locale.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/modules/locale.nix b/modules/modules/locale.nix index a18c669..f6437fb 100644 --- a/modules/modules/locale.nix +++ b/modules/modules/locale.nix @@ -31,6 +31,8 @@ in time.timeZone = cfg.timezone; + services.automatic-timezoned.enable = true; + fonts = { packages = cfg.fonts.fonts; fontconfig.defaultFonts = mkAliasDefinitions opt.fonts.defaults;