This commit is contained in:
parent
5b46971e0c
commit
1d2dfdb083
1 changed files with 6 additions and 1 deletions
|
|
@ -5,7 +5,12 @@
|
|||
# Set your time zone.
|
||||
#time.timeZone = "Europe/London";
|
||||
services.automatic-timezoned.enable = true;
|
||||
|
||||
services.geoclue2 = {
|
||||
enable = true;
|
||||
enableDemoAgent = true;
|
||||
geoProviderUrl = "https://location.services.mozilla.com/v1/geolocate?key=geoclue";
|
||||
};
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
i18n.extraLocaleSettings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue