add hp_wmi to elitebook 830 g6

This commit is contained in:
Milo Oien-Rochat 2024-01-30 06:58:39 -06:00 committed by Mic92
parent 01198bc09a
commit 818ca9d10a
1 changed files with 5 additions and 0 deletions

View File

@ -15,4 +15,9 @@
# Allows for updating firmware via `fwupdmgr`.
services.fwupd.enable = lib.mkDefault true;
# Enables ACPI platform profiles
boot = lib.mkIf (lib.versionAtLeast pkgs.linux.version "6.1") {
kernelModules = [ "hp-wmi" ];
};
}