puter/common/system/features/location.nix
2023-10-08 12:35:55 +02:00

8 lines
158 B
Nix

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