mirror of
https://github.com/zoriya/flake.git
synced 2026-06-08 20:56:05 +00:00
Fix geoclue by using arch's api key
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user