1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

Update default.nix

This commit is contained in:
Milo Oien-Rochat 2024-01-31 07:54:32 -06:00 committed by Mic92
parent 7fdd32c870
commit 9c414e93c6

View File

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