redshift fix for 19.09
This commit is contained in:
parent
03151e51df
commit
2e09a5741c
@ -22,12 +22,15 @@ in {
|
|||||||
extraOptions = [ "-secure" ];
|
extraOptions = [ "-secure" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.redshift = {
|
location = {
|
||||||
enable = true;
|
|
||||||
latitude = secrets.latitude;
|
latitude = secrets.latitude;
|
||||||
longitude = secrets.longitude;
|
longitude = secrets.longitude;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.redshift = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
programs.light.enable = true;
|
programs.light.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user