Fix geoclue by using arch's api key

This commit is contained in:
2024-07-05 16:56:29 +07:00
parent 719cfcfb9d
commit c2db7015e5
+2
View File
@@ -20,6 +20,8 @@
};
efi.canTouchEfiVariables = true;
};
# Using arch's google api key. Waiting for https://github.com/NixOS/nixpkgs/issues/321121 to be fixed.
services.geoclue2.geoProviderUrl = "https://www.googleapis.com/geolocation/v1/geolocate?key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM";
services.automatic-timezoned.enable = true;
programs.gnupg.agent = {