nixos-config/components/timezone.nix
2024-08-28 06:01:56 +07:00

10 lines
209 B
Nix

{ lib, ... }:
{
# some system stuff
# -----------------
time.timeZone = "Europe/Berlin";
#time.timeZone = "Pacific/Auckland";
#time.timeZone = "Asia/Singapore";
#time.timeZone = "Asia/Makassar";
}