Skip to content

Commit

Permalink
fix(redshift): remove automatic location provider
Browse files Browse the repository at this point in the history
Mozilla discontinued its gelocation service, used by Geoclue2 as default
See: NixOS/nixpkgs#321121
  • Loading branch information
workflow committed Oct 19, 2024
1 parent ec74d8b commit 98bcfc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ in {
./system/performance.nix
./system/power.nix
./system/printing.nix
./system/screens.nix
./system/security.nix
./system/steam.nix
./system/stylix
Expand Down
6 changes: 5 additions & 1 deletion home/redshift.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
services.redshift = {
enable = true;

provider = "geoclue2";
# Until Mozilla is fixed, fetch from https://www.geonames.org/
latitude = 38.74724;
longitude = -9.24526;

provider = "manual";
tray = true;
};
}
4 changes: 0 additions & 4 deletions system/screens.nix

This file was deleted.

0 comments on commit 98bcfc6

Please sign in to comment.