diff options
author | Ben Sima <ben@bsima.me> | 2023-09-05 20:33:22 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-09-05 20:33:22 -0400 |
commit | 2608e0019851b3503f388d01061408a4b9d9d47e (patch) | |
tree | b155defb1edb7edf2a27ff30d37d6daaf83219a9 /machines | |
parent | ae11072863bd35f830dec37655b373ef9a03f158 (diff) |
better day temperature
Change-Id: I93d1b38ac6a920a7dacbc4ae2d9646b5168b0cb6
Diffstat (limited to 'machines')
-rw-r--r-- | machines/helium.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/helium.nix b/machines/helium.nix index 01f6cd4..97f51c8 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -97,7 +97,7 @@ in { #logind.extraConfig = "IdleAction=lock"; clight.enable = true; - clight.temperature.day = 5000; + clight.temperature.day = 6500; clight.temperature.night = 1800; printing.enable = true; |