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