From c46a5cf1fe47967b0a575be9f5b0f9d02bb8873d Mon Sep 17 00:00:00 2001 From: Michael Huebner Date: Mon, 14 Jul 2025 12:09:55 +0200 Subject: [PATCH] Set timezone --- shared/system.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/system.nix b/shared/system.nix index cc6b6e6..4547462 100644 --- a/shared/system.nix +++ b/shared/system.nix @@ -28,4 +28,8 @@ enable = true; allowedTCPPorts = [ 80 443 ]; }; + + time = { + timeZone = "Europe/Berlin"; + }; }