From be62b69791ba3c0a88e001f60183b6e7ca42af14 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 1 Mar 2025 11:11:58 +0100 Subject: [PATCH] Set the timezone --- module/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/configuration.nix b/module/configuration.nix index caffe61..7d4a831 100644 --- a/module/configuration.nix +++ b/module/configuration.nix @@ -119,8 +119,11 @@ Clicking = true; TrackpadRightClick = true; }; + }; stateVersion = 6; }; + + time.timeZone = "Europe/Berlin"; }