add timezone

This commit is contained in:
Ray Andrew 2024-10-11 23:51:22 -05:00
parent de4ed7b765
commit 81e3ded1da

View file

@ -15,6 +15,8 @@ in
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
time.timeZone = "America/Chicago";
nixpkgs = { nixpkgs = {
overlays = [ overlays = [
]; ];