Switch tz to Europe/Berlin

This commit is contained in:
ekzyis 2024-10-11 02:58:53 +02:00
parent 6543a21bb6
commit e6e2d18dac
1 changed files with 3 additions and 3 deletions

View File

@ -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 = ''