mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
thinkpad: only enable tp_smapi on compatible ThinkPads, closes #36
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../. ];
|
||||
imports = [ ../. ../tp-smapi.nix ];
|
||||
|
||||
# hard disk protection if the laptop falls
|
||||
services.hdapsd.enable = lib.mkDefault true;
|
||||
|
||||
Reference in New Issue
Block a user