Testing geoclue

This commit is contained in:
albert 2024-11-12 12:42:54 +01:00
parent bf914b2d45
commit aa4db86908
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 7 additions and 2 deletions

View file

@ -32,8 +32,8 @@
''; '';
}; };
settings = { settings = {
lat = 35.67; lat = 52.23;
lng = 135.06; lng = 21.01;
dbusserver = true; dbusserver = true;
geoclue = true; geoclue = true;
}; };

View file

@ -4,6 +4,11 @@
# ./set-darkmode-service.nix # ./set-darkmode-service.nix
]; ];
services.geoclue2 = {
enable = true;
submitData = true;
};
# Enable sound with pipewire. # Enable sound with pipewire.
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { services.pipewire = {