fix(redshift): swap longitude<->latitude
This commit is contained in:
parent
5e781c0399
commit
24241e6f9a
1 changed files with 2 additions and 2 deletions
|
@ -286,8 +286,8 @@ in {
|
|||
cbatticon.enable = true;
|
||||
redshift = {
|
||||
enable = true;
|
||||
longitude = "47.6691";
|
||||
latitude = "9.1698";
|
||||
longitude = "9.1698";
|
||||
latitude = "47.6691";
|
||||
temperature = {
|
||||
day = 7000;
|
||||
night = 4500;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue