From f9b86f403db6e187eb8ca5db7a05d5954bd2f7aa Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Fri, 19 Jan 2024 02:59:29 +0400 Subject: [PATCH] default timezone is "Etc/UTC" --- selfprivacy-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfprivacy-module.nix b/selfprivacy-module.nix index b0fa077..b313a6d 100644 --- a/selfprivacy-module.nix +++ b/selfprivacy-module.nix @@ -20,7 +20,7 @@ with lib; Timezone used by the server ''; type = types.nullOr types.str; - default = "Europe/Uzhgorod"; + default = "Etc/UTC"; }; autoUpgrade = { enable = mkOption {