oignon: fix thinkpad fan and light
authorJulien Moutinho <julm@sourcephile.fr>
Mon, 23 Nov 2020 03:46:42 +0000 (04:46 +0100)
committerJulien Moutinho <julm@sourcephile.fr>
Mon, 23 Nov 2020 03:46:42 +0000 (04:46 +0100)
machines/oignon.nix
machines/oignon/hardware.nix

index 0c314d814903158ddf643987e476831af4aa709e..7fa2f9eaeeef4e32c442c7db4119b9d4ca3bf412 100644 (file)
@@ -17,6 +17,7 @@ users.users.julm = {
   extraGroups = [
     "wheel"
     "networkmanager"
+    "video"
     #"vboxusers"
   ];
   # If created, zfs-mount.service would require:
index ee0175323839d847c7c40e796646dd0a01621ca5..a726ce2570e6151a0c6d5ad895f6f4bfb71b3d6e 100644 (file)
@@ -6,15 +6,17 @@ nix.maxJobs = lib.mkDefault 2;
 services.thinkfan = {
   enable = true;
   levels = ''
-    (0,     0,      52)
-    (1,     50,     58)
-    (2,     56,     60)
-    (3,     58,     62)
-    (6,     60,     72)
-    (7,     70,     85)
+    (0,     0,      57)
+    (1,     56,     58)
+    (2,     57,     61)
+    (3,     60,     65)
+    (5,     64,     71)
+    (6,     70,     76)
+    (7,     75,     81)
     (127,   80,     32767)
   '';
 };
+hardware.acpilight.enable = true;
 
 # https://bugzilla.kernel.org/show_bug.cgi?id=110941
 boot.kernelParams = [ "intel_pstate=no_hwp" ];