default option
This commit is contained in:
parent
55e476540d
commit
ed03174ce8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
{
|
||||
config = lib.mkIf config.osbmModules.i18n.enable {
|
||||
time.timeZone = "Europe/Istanbul";
|
||||
time.timeZone = lib.mkDefault "Europe/Istanbul";
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue