From 8167c98703390c80c219ec218bfcfafce635b4fd Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Tue, 26 Oct 2021 01:08:59 +0300 Subject: [PATCH] allow timezone for server --- profiles/workspace/locale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/workspace/locale.nix b/profiles/workspace/locale.nix index 0e01af4..f1a1257 100644 --- a/profiles/workspace/locale.nix +++ b/profiles/workspace/locale.nix @@ -11,7 +11,7 @@ with config.deviceSpecific; { LANG = lib.mkForce "en_GB.UTF-8"; }; - time.timeZone = lib.mkIf (!isServer) "Europe/Moscow"; + time.timeZone = "Europe/Moscow"; location = lib.mkIf (!isServer) { provider = "manual";