mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
add lenovo x250 (#38)
Basically a meta profile that combines thinkpad + intel.
This commit is contained in:
15
lenovo/thinkpad/x250/default.nix
Normal file
15
lenovo/thinkpad/x250/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../common/cpu/intel
|
||||
];
|
||||
|
||||
# Thinkfan is enabled by thinkpad profile.
|
||||
# However it requires to set a different `sensor` for this hardware, since there is no /proc/acpi/ibm/thermal
|
||||
# Regulation also works fine without thinkfan daemon though.
|
||||
services.thinkfan.enable = lib.mkOverride 900 false;
|
||||
|
||||
# maintainers: Mic92
|
||||
}
|
||||
Reference in New Issue
Block a user