forked from nico/dots
revert "nix: automatically change timezone based on location"
This reverts commit ac724c9a3f8a61b0fda49fb1e520907c3f09edf2.
This commit is contained in:
parent
1a3ec262d3
commit
bb743a871c
1 changed files with 1 additions and 2 deletions
|
|
@ -13,8 +13,7 @@
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = lib.mkDefault "Australia/Sydney";
|
time.timeZone = "Australia/Sydney";
|
||||||
services.automatic-timezoned.enable = true;
|
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue