mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-09 12:39:40 +01:00
Fix Lenovo Thinkpad T14s not powering off
This commit is contained in:
parent
da0aa7b533
commit
00f9c4bb06
1 changed files with 9 additions and 0 deletions
9
lenovo/thinkpad/t14s/amd/gen4/default.nix
Normal file
9
lenovo/thinkpad/t14s/amd/gen4/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ lib, pkgs, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../.
|
||||||
|
];
|
||||||
|
|
||||||
|
# Fix laptop not properly powering off during shutdown.
|
||||||
|
boot.kernelParams = [ "apm=power_off" ];
|
||||||
|
}
|
Loading…
Reference in a new issue