mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-25 20:41:27 +00:00
default timezone is "Etc/UTC"
This commit is contained in:
parent
643f7716ae
commit
f9b86f403d
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue