From edc2e50a9bde2b2b3c46defd906137d201656ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sun, 3 May 2026 23:26:37 +0200 Subject: [PATCH] timezone UTC for non desktop devices --- nixosConfigurations.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixosConfigurations.nix b/nixosConfigurations.nix index 55af611..6082283 100644 --- a/nixosConfigurations.nix +++ b/nixosConfigurations.nix @@ -66,6 +66,8 @@ forDevice ( doc.enable = false; }; + time.timeZone = lib.mkDefault "Etc/UTC"; + my = { # keep-sorted start autoupdate.enable = true;