nixos: move geoclue base -> workstation

This commit is contained in:
ooks-io 2024-10-27 23:16:37 +11:00
parent 8a165354f9
commit 27a9e04281
3 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,4 @@
{
services.geoclue2.enable = true;
location.provider = "geoclue2";
}