Set redshift location automatically

This commit is contained in:
coolneng 2022-02-16 23:54:26 +01:00
parent ddb3a85be5
commit 1dce59a7cd
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 5 deletions

View File

@ -54,11 +54,7 @@ with pkgs;
programs.light.enable = true;
# Blue light filter
location = {
latitude = 51.05;
longitude = 3.71;
provider = "manual";
};
location.provider = "geoclue2";
services.redshift = {
enable = true;