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, ... }: { config, pkgs, lib, ... }:
{ {
# Set your time zone. # Let GNOME manage timezone via automatic location
time.timeZone = "Europe/Tallinn"; time.timeZone = null;
services.automatic-timezoned.enable = true;
# Select internationalisation properties. # Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";