From a14ae58e0bd7f1128d6bb11b6aabde9251aa0117 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Thu, 27 Apr 2023 13:56:16 +0200 Subject: [PATCH] Changed timezone to nl --- hosts/nixos/common/global/locale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/common/global/locale.nix b/hosts/nixos/common/global/locale.nix index f9668a6..494d209 100644 --- a/hosts/nixos/common/global/locale.nix +++ b/hosts/nixos/common/global/locale.nix @@ -1,4 +1,4 @@ { pkgs, ... }: { i18n.defaultLocale = "en_US.UTF-8"; - time.timeZone = "Europe/Bucharest"; + time.timeZone = "Europe/Amsterdam"; }