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";