mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
chore: only set defaultStrategy for fw-fanctrl
This commit is contained in:
parent
e679461ef3
commit
1e438b8eff
2 changed files with 6 additions and 34 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue