default option

This commit is contained in:
Osman Faruk Bayram 2025-11-05 10:44:45 +03:00
parent 55e476540d
commit ed03174ce8

View file

@ -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";