diff --git a/tuxedo/pulse/15/gen2/default.nix b/tuxedo/pulse/15/gen2/default.nix index 8ead6714..edf3c363 100644 --- a/tuxedo/pulse/15/gen2/default.nix +++ b/tuxedo/pulse/15/gen2/default.nix @@ -11,6 +11,13 @@ ../../../../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" ( [ "# Properly suspend the system." ] ++ (map