Testing geoclue
This commit is contained in:
parent
bf914b2d45
commit
aa4db86908
2 changed files with 7 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
'';
|
||||
};
|
||||
settings = {
|
||||
lat = 35.67;
|
||||
lng = 135.06;
|
||||
lat = 52.23;
|
||||
lng = 21.01;
|
||||
dbusserver = true;
|
||||
geoclue = true;
|
||||
};
|
||||
|
|
|
@ -4,6 +4,11 @@
|
|||
# ./set-darkmode-service.nix
|
||||
];
|
||||
|
||||
services.geoclue2 = {
|
||||
enable = true;
|
||||
submitData = true;
|
||||
};
|
||||
|
||||
# Enable sound with pipewire.
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
|
Loading…
Reference in a new issue