diff --git a/components/timezone.nix b/components/timezone.nix index 7490019..3cbbf20 100644 --- a/components/timezone.nix +++ b/components/timezone.nix @@ -2,8 +2,8 @@ { # some system stuff # ----------------- - time.timeZone = "Europe/Berlin"; - #time.timeZone = "Pacific/Auckland"; + #time.timeZone = "Europe/Berlin"; + time.timeZone = "Pacific/Auckland"; #time.timeZone = "Asia/Singapore"; #time.timeZone = "Asia/Makassar"; }