nixos-config/components/timezone.nix

10 lines
209 B
Nix
Raw Normal View History

2024-08-28 00:37:18 +02:00
{ lib, ... }:
2024-07-24 00:55:55 +02:00
{
# some system stuff
# -----------------
2024-08-28 01:01:37 +02:00
time.timeZone = "Europe/Berlin";
#time.timeZone = "Pacific/Auckland";
#time.timeZone = "Asia/Singapore";
#time.timeZone = "Asia/Makassar";
2024-07-24 00:55:55 +02:00
}