puter/common/nixos/features/geoclue.nix

4 lines
39 B
Nix
Raw Normal View History

2023-09-17 11:31:20 +00:00
{
services.geoclue2.enable = true;
}