mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Laptop] add location provider "geoclue2" (needed for clightd)
This commit is contained in:
parent
099e2949de
commit
e47f08e8e1
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ in {
|
||||||
aviallon.general.unsafeOptimizations = mkOverride 15 true;
|
aviallon.general.unsafeOptimizations = mkOverride 15 true;
|
||||||
|
|
||||||
hardware.sensor.iio.enable = mkDefault true;
|
hardware.sensor.iio.enable = mkDefault true;
|
||||||
|
location.provider = "geoclue2";
|
||||||
|
|
||||||
aviallon.boot.cmdline = {
|
aviallon.boot.cmdline = {
|
||||||
# Less power consumption vs some performance loss
|
# Less power consumption vs some performance loss
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue