mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
parent
061785322d
commit
08add92f17
2 changed files with 4 additions and 7 deletions
|
|
@ -10,10 +10,9 @@
|
|||
];
|
||||
|
||||
# Enables ACPI platform profiles
|
||||
# TODO - enable module after PR merge
|
||||
# boot = lib.mkIf (lib.versionAtLeast pkgs.linux.version "6.1") {
|
||||
# kernelModules = [ "hp-wmi" ];
|
||||
# };
|
||||
boot = lib.mkIf (lib.versionAtLeast pkgs.linux.version "6.1") {
|
||||
kernelModules = [ "hp-wmi" ];
|
||||
};
|
||||
|
||||
hardware.nvidia.prime = {
|
||||
amdgpuBusId = "PCI:7:0:0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue