[NixOS] Reenable tzupdate

This commit is contained in:
2025-05-26 14:06:49 -06:00
parent aa19cc3204
commit a081f743a5

View File

@@ -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;