default timezone is "Etc/UTC"

pull/55/head
Alexander 2024-01-19 02:59:29 +04:00
parent 643f7716ae
commit f9b86f403d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ with lib;
Timezone used by the server Timezone used by the server
''; '';
type = types.nullOr types.str; type = types.nullOr types.str;
default = "Europe/Uzhgorod"; default = "Etc/UTC";
}; };
autoUpgrade = { autoUpgrade = {
enable = mkOption { enable = mkOption {