This commit is contained in:
albert 2024-11-17 22:45:54 +01:00
parent f4b7e826b5
commit de75e3f5b9
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 1 additions and 1 deletions

View file

@ -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";
}; };

View file

@ -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;