Switch tz to Europe/Berlin
This commit is contained in:
parent
6543a21bb6
commit
e6e2d18dac
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue