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 = {
|
services.geoclue2 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
submitData = true;
|
|
||||||
geoProviderUrl = "https://beacondb.net/v1/geolocate";
|
geoProviderUrl = "https://beacondb.net/v1/geolocate";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Warsaw";
|
time.timeZone = "Europe/Warsaw";
|
||||||
|
location.provider = "geoclue2";
|
||||||
services.automatic-timezoned.enable = true;
|
services.automatic-timezoned.enable = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue