diff options
author | Ben Sima <ben@bsima.me> | 2019-02-08 15:39:31 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-08 15:39:31 -0800 |
commit | e9afc3451a6cb5cd8d644a9c28cd0bcefb28284b (patch) | |
tree | 1b8bfd2e17803bc8684df3261d4f08d86ee59f8d | |
parent | 0781c4bbf06ee1544148c8d817048be540698cbe (diff) |
Add redshift temp
-rw-r--r-- | machines/lithium.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/lithium.nix b/machines/lithium.nix index 323d3e0..9fe781e 100644 --- a/machines/lithium.nix +++ b/machines/lithium.nix @@ -158,6 +158,10 @@ in enable = true; latitude = "33.044444"; longitude = "-117.271667"; + temperature = { + day = 4000; + night = 3500; + }; }; emby = { |