From 14653b861b82b548ae83bd9744d2018579c97677 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 2 Jan 2025 21:58:23 +1300 Subject: [PATCH] :wrench: change timezone --- components/timezone.nix | 5 +---- machines/cherry/configuration.nix | 5 ++++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/timezone.nix b/components/timezone.nix index 3cbbf20..28ce6cd 100644 --- a/components/timezone.nix +++ b/components/timezone.nix @@ -2,8 +2,5 @@ { # some system stuff # ----------------- - #time.timeZone = "Europe/Berlin"; - time.timeZone = "Pacific/Auckland"; - #time.timeZone = "Asia/Singapore"; - #time.timeZone = "Asia/Makassar"; + time.timeZone = "Europe/Berlin"; } diff --git a/machines/cherry/configuration.nix b/machines/cherry/configuration.nix index 17d4847..52fdb5b 100644 --- a/machines/cherry/configuration.nix +++ b/machines/cherry/configuration.nix @@ -27,8 +27,11 @@ ]; - time.timeZone = lib.mkForce "Asia/Bangkok"; + #time.timeZone = lib.mkForce "Asia/Bangkok"; #time.timeZone = lib.mkForce "Asia/Tokyo"; + time.timeZone = lib.mkForce "Pacific/Auckland"; + #time.timeZone = lib.mkForce "Asia/Singapore"; + #time.timeZone = lib.mkForce "Asia/Makassar"; #clan.core.facts.services = # let