timezones now managed by GNOME
This commit is contained in:
parent
a7a7111c76
commit
0dfbcc3326
1 changed files with 3 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue