nixos-config/components/timezone.nix
Ingolf Wagner e9d880054d
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 3m31s
🔧 change timezone
2025-01-02 09:37:00 +07:00

9 lines
209 B
Nix

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