We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8b6a49 + 40dffd0 commit 081542aCopy full SHA for 081542a
tuxedo/pulse/15/gen2/default.nix
@@ -2,10 +2,22 @@
2
{
3
imports = [
4
../../../../common/cpu/amd
5
+ ../../../../common/cpu/amd/pstate.nix
6
+ ../../../../common/cpu/amd/zenpower.nix
7
../../../../common/gpu/amd
8
+ ../../../../common/hidpi.nix
9
+ ../../../../common/pc
10
+ ../../../../common/pc/laptop
11
../../../../common/pc/ssd
12
];
13
14
+ # Defer the following Stage 1 warning to Stage 2:
15
+ #
16
+ # loading module amdgpu...
17
+ # [...] amdgpu 0000:05:00.0: amdgpu: Secure display: Generic Failure.
18
+ # [...] amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
19
+ hardware.amdgpu.initrd.enable = false;
20
+
21
services.udev.extraRules = builtins.concatStringsSep "\n" (
22
[ "# Properly suspend the system." ]
23
++ (map
0 commit comments