puter/common/system/features/location.nix

6 lines
152 B
Nix
Raw Normal View History

2023-10-08 10:23:00 +00:00
{lib, ...}: {
location.provider = "geoclue2";
services.automatic-timezoned.enable = true;
services.geoclue2.enableDemoAgent = lib.mkForce true;
}