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:53:27 -06:00 committed by Mic92
parent e52f0b18c4
commit 7fdd32c870

View File

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