Rebase to flake parts #2

This commit is contained in:
2026-05-01 15:44:19 -03:00
parent 37a394265b
commit 32df2c3573
3 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
# Upstream averages 50 samples (~5s); peak tracks spikes so fans hit sysfs max sooner
# under bursty browser/GPU load (see patches/t2fanrd-use-peak-temperature.patch).
package = inputs.t2fanrd.packages.x86_64-linux.default.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../../../patches/t2fanrd-use-peak-temperature.patch ];
patches = (old.patches or [ ]) ++ [ ../../../patches/t2fanrd-use-peak-temperature.patch ]; #TODO[epic=Moderate] Move patch file to host's directory.
});
config = {
Fan1 = {