timezones now managed by GNOME

This commit is contained in:
Sergei Poljanski 2026-03-19 19:14:48 +03:00
commit 0dfbcc3326
Signed by: asxpi
GPG key ID: 4F8851660FA4121B

View file

@ -2,8 +2,9 @@
{ config, pkgs, lib, ... }:
{
# Set your time zone.
time.timeZone = "Europe/Tallinn";
# Let GNOME manage timezone via automatic location
time.timeZone = null;
services.automatic-timezoned.enable = true;
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";