mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
thinkpad: only enable tp_smapi on compatible ThinkPads, closes #36
This commit is contained in:
parent
3743ae21f5
commit
08e080ae11
4 changed files with 14 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../. ];
|
||||
imports = [ ../. ../tp-smapi.nix ];
|
||||
|
||||
boot = {
|
||||
kernelParams = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue