summaryrefslogtreecommitdiff
path: root/hosts/tomato/hardware.nix
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-17 02:18:39 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-17 03:00:11 -0500
commita02ab9b9364f9212c0d5d2c27b49793f6f3bc0bb (patch)
treeb1f76ffd7b8cb43a8281f8e624d06d3474a9e96d /hosts/tomato/hardware.nix
parent9e70a1fd74cadc169f45f16dd0a05409468be70b (diff)
downloadnixos-config-a02ab9b9364f9212c0d5d2c27b49793f6f3bc0bb.tar.gz
nixos-config-a02ab9b9364f9212c0d5d2c27b49793f6f3bc0bb.zip
modules/zcfan -> modules/thinkpad
Diffstat (limited to 'hosts/tomato/hardware.nix')
-rw-r--r--hosts/tomato/hardware.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix
index baecca1..0e2b9aa 100644
--- a/hosts/tomato/hardware.nix
+++ b/hosts/tomato/hardware.nix
@@ -59,7 +59,7 @@ in
MAX_LOST_WORK_SECS_ON_AC = 30;
};
- this.laptop.zcfan.enable = true;
+ this.laptop.thinkpad.enable = true;
nixpkgs.hostPlatform = "x86_64-linux";
}