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 = {
|
settings = {
|
||||||
lat = 35.67;
|
lat = 52.23;
|
||||||
lng = 135.06;
|
lng = 21.01;
|
||||||
dbusserver = true;
|
dbusserver = true;
|
||||||
geoclue = true;
|
geoclue = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue