Testing
This commit is contained in:
parent
f4b7e826b5
commit
de75e3f5b9
2 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
services.geoclue2 = {
|
||||
enable = true;
|
||||
submitData = true;
|
||||
geoProviderUrl = "https://beacondb.net/v1/geolocate";
|
||||
};
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Warsaw";
|
||||
location.provider = "geoclue2";
|
||||
services.automatic-timezoned.enable = true;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue