From a081f743a5409dad1a8ad038c8ad6c5abc954c00 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 26 May 2025 14:06:49 -0600 Subject: [PATCH] [NixOS] Reenable tzupdate --- nixos/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/base.nix b/nixos/base.nix index 00c1bca4..de890844 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -67,7 +67,7 @@ makeEnable config "myModules.base" true { }; # # Update timezone automatically - # services.tzupdate.enable = true; + services.tzupdate.enable = true; # TODO: Add a comment explaining what this does. services.locate.enable = true;