summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/apocalypse/default.nix51
1 files changed, 51 insertions, 0 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix
index 5437a32..e8fc86c 100644
--- a/hosts/apocalypse/default.nix
+++ b/hosts/apocalypse/default.nix
@@ -104,4 +104,55 @@
PrintMotd = true;
};
};
+
+ services.thinkfan = {
+ enable = true;
+ levels = [
+ [
+ 0
+ 0
+ 55
+ ]
+ [
+ 1
+ 48
+ 60
+ ]
+ [
+ 2
+ 50
+ 65
+ ]
+ [
+ 3
+ 55
+ 67
+ ]
+ [
+ 4
+ 56
+ 68
+ ]
+ [
+ 5
+ 60
+ 70
+ ]
+ [
+ 6
+ 65
+ 72
+ ]
+ [
+ 7
+ 66
+ 85
+ ]
+ [
+ "level disengaged"
+ 84
+ 32767
+ ]
+ ];
+ };
}