Set redshift location automatically

This commit is contained in:
2022-02-16 23:54:26 +01:00
parent ddb3a85be5
commit 1dce59a7cd

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;