Skip to content

Commit

Permalink
Fix Lenovo Thinkpad T14s not powering off
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig authored and mergify[bot] committed Jul 8, 2024
1 parent da0aa7b commit 00f9c4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lenovo/thinkpad/t14s/amd/gen4/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{ lib, pkgs, ... }:
{
imports = [
../.
];

# Fix laptop not properly powering off during shutdown.
boot.kernelParams = [ "apm=power_off" ];
}

0 comments on commit 00f9c4b

Please sign in to comment.