mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
Merge pull request #1608 from trueNAHO/tuxedo-pulse-15-gen-2-load-more-modules-and-defer-warning
tuxedo/pulse/15/gen2: load more modules and defer warning
This commit is contained in:
@@ -2,10 +2,22 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../../../common/cpu/amd
|
../../../../common/cpu/amd
|
||||||
|
../../../../common/cpu/amd/pstate.nix
|
||||||
|
../../../../common/cpu/amd/zenpower.nix
|
||||||
../../../../common/gpu/amd
|
../../../../common/gpu/amd
|
||||||
|
../../../../common/hidpi.nix
|
||||||
|
../../../../common/pc
|
||||||
|
../../../../common/pc/laptop
|
||||||
../../../../common/pc/ssd
|
../../../../common/pc/ssd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Defer the following Stage 1 warning to Stage 2:
|
||||||
|
#
|
||||||
|
# loading module amdgpu...
|
||||||
|
# [...] amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.
|
||||||
|
# [...] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
|
||||||
|
hardware.amdgpu.initrd.enable = false;
|
||||||
|
|
||||||
services.udev.extraRules = builtins.concatStringsSep "\n" (
|
services.udev.extraRules = builtins.concatStringsSep "\n" (
|
||||||
[ "# Properly suspend the system." ]
|
[ "# Properly suspend the system." ]
|
||||||
++ (map
|
++ (map
|
||||||
|
|||||||
Reference in New Issue
Block a user