diff options
-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; |