puter/common/system/features/location.nix

6 lines
152 B
Nix

{lib, ...}: {
location.provider = "geoclue2";
services.automatic-timezoned.enable = true;
services.geoclue2.enableDemoAgent = lib.mkForce true;
}