Fix Lenovo Thinkpad T14s not powering off
This commit is contained in:
parent
da0aa7b533
commit
00f9c4bb06
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