Switch tz to Europe/Berlin
This commit is contained in:
parent
6543a21bb6
commit
e6e2d18dac
|
@ -26,7 +26,7 @@
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "America/Chicago";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
# Configure network proxy if necessary
|
# Configure network proxy if necessary
|
||||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||||
|
@ -90,8 +90,8 @@
|
||||||
domain = "git.ekzy.is";
|
domain = "git.ekzy.is";
|
||||||
owner = "ekzyis";
|
owner = "ekzyis";
|
||||||
repo = "dwmstatus";
|
repo = "dwmstatus";
|
||||||
rev = "b0afd6e";
|
rev = "6c078d4";
|
||||||
hash = "sha256-TVkcvWcBnGkES8BjL7ZcavUo8C14H7Xj0mt9RBConmY=";
|
hash = "sha256-9ibrM0ZOJUC5YsSZjpqcw4GyeBmtyGaGFausjL96yTo=";
|
||||||
};
|
};
|
||||||
buildInputs = [ xorg.libX11 ];
|
buildInputs = [ xorg.libX11 ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue