From 28f363f84286a3a169585654ec13da0c4bf3a8b9 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Wed, 21 May 2025 14:12:50 +0000 Subject: [PATCH] Changed timezone to Europe/Budapest --- commit_text | 2 +- configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commit_text b/commit_text index 8f33b07..918675e 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added libqalculate +Changed timezone to Europe/Budapest diff --git a/configuration.nix b/configuration.nix index beb0f43..7b22f80 100644 --- a/configuration.nix +++ b/configuration.nix @@ -41,7 +41,7 @@ networking.networkmanager.enable = true; # Set your time zone. - time.timeZone = "UTC"; + time.timeZone = "Europe/Budapest"; # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8";