chore: only set defaultStrategy for fw-fanctrl

This commit is contained in:
Leon Schwarzäugl 2025-03-25 02:35:55 +01:00
parent e679461ef3
commit 1e438b8eff
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 6 additions and 34 deletions

View file

@ -870,23 +870,9 @@ My work machine. Built for more security, this is the gold standard of my config
programs.fw-fanctrl = {
enable = true;
# config = {
# defaultStrategy = "lazy";
# strategies = {
# "lazy" = {
# fanSpeedUpdateFrequency = 5;
# movingAverageInterval = 30;
# speedCurve = [
# { temp = 0; speed = 15; }
# { temp = 50; speed = 15; }
# { temp = 65; speed = 25; }
# { temp = 70; speed = 35; }
# { temp = 75; speed = 50; }
# { temp = 85; speed = 100; }
# ];
# };
# };
# };
config = {
defaultStrategy = "lazy";
};
};
networking = {

View file

@ -60,23 +60,9 @@ in
programs.fw-fanctrl = {
enable = true;
# config = {
# defaultStrategy = "lazy";
# strategies = {
# "lazy" = {
# fanSpeedUpdateFrequency = 5;
# movingAverageInterval = 30;
# speedCurve = [
# { temp = 0; speed = 15; }
# { temp = 50; speed = 15; }
# { temp = 65; speed = 25; }
# { temp = 70; speed = 35; }
# { temp = 75; speed = 50; }
# { temp = 85; speed = 100; }
# ];
# };
# };
# };
config = {
defaultStrategy = "lazy";
};
};
networking = {