nix: automatically change timezone based on location
This commit is contained in:
parent
6c6564f231
commit
4e73914929
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@
|
|||
networking.networkmanager.enable = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Australia/Sydney";
|
||||
time.timeZone = lib.mkDefault "Australia/Sydney";
|
||||
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