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;
|
||||
Mode = "Location";
|
||||
NightTemperature = 4500;
|
||||
# LatitudeFixed = 34.6583850931677;
|
||||
LatitudeFixed = services.darkman.settings.lat;
|
||||
# LongitudeFixed = 138.0368098159509;
|
||||
LongitudeFixed = services.darkman.settings.lng;
|
||||
LatitudeFixed = config.services.darkman.settings.lat;
|
||||
LongitudeFixed = config.services.darkman.settings.lng;
|
||||
};
|
||||
|
||||
# Set Virtual Desktops
|
||||
|
|
Loading…
Reference in a new issue