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 {