From e6e2d18dacb9dba263606582a14a7e0ec09b2541 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 11 Oct 2024 02:58:53 +0200 Subject: [PATCH] Switch tz to Europe/Berlin --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index e812739..b58823f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -26,7 +26,7 @@ virtualisation.docker.enable = true; # Set your time zone. - time.timeZone = "America/Chicago"; + time.timeZone = "Europe/Berlin"; # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; @@ -90,8 +90,8 @@ domain = "git.ekzy.is"; owner = "ekzyis"; repo = "dwmstatus"; - rev = "b0afd6e"; - hash = "sha256-TVkcvWcBnGkES8BjL7ZcavUo8C14H7Xj0mt9RBConmY="; + rev = "6c078d4"; + hash = "sha256-9ibrM0ZOJUC5YsSZjpqcw4GyeBmtyGaGFausjL96yTo="; }; buildInputs = [ xorg.libX11 ]; installPhase = ''