Set redshift location automatically
This commit is contained in:
parent
ddb3a85be5
commit
1dce59a7cd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue