From e0093e39c121df2e634999e5d84624cbf0969aea Mon Sep 17 00:00:00 2001 From: Phillip Klein Date: Wed, 9 Oct 2024 12:35:12 +0200 Subject: [PATCH] generalize timezone --- final/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/final/configuration.nix b/final/configuration.nix index 7aa2b4c..32bf1e4 100644 --- a/final/configuration.nix +++ b/final/configuration.nix @@ -32,7 +32,7 @@ console.keyMap = "us"; i18n.defaultLocale = "en_US.UTF-8"; - time.timeZone = "Europe/Berlin"; + time.timeZone = "UTC"; nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [