Updates
This commit is contained in:
parent
645e38a216
commit
cbef46fdf5
1 changed files with 2 additions and 4 deletions
|
@ -38,10 +38,8 @@
|
||||||
Active = true;
|
Active = true;
|
||||||
Mode = "Location";
|
Mode = "Location";
|
||||||
NightTemperature = 4500;
|
NightTemperature = 4500;
|
||||||
# LatitudeFixed = 34.6583850931677;
|
LatitudeFixed = config.services.darkman.settings.lat;
|
||||||
LatitudeFixed = services.darkman.settings.lat;
|
LongitudeFixed = config.services.darkman.settings.lng;
|
||||||
# LongitudeFixed = 138.0368098159509;
|
|
||||||
LongitudeFixed = services.darkman.settings.lng;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set Virtual Desktops
|
# Set Virtual Desktops
|
||||||
|
|
Loading…
Reference in a new issue