fix(tuxedo/pulse/15/gen2): prevent 'Secure display: Generic Failure' warning
This commit is contained in:
parent
256f598a1b
commit
dd18dc7714
|
@ -9,6 +9,8 @@
|
||||||
../../../../common/pc/laptop/ssd
|
../../../../common/pc/laptop/ssd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardware.amdgpu.loadInInitrd = lib.mkDefault false;
|
||||||
|
|
||||||
services.udev.extraRules = lib.concatStringsSep "\n" (
|
services.udev.extraRules = lib.concatStringsSep "\n" (
|
||||||
["# Properly suspend the system."]
|
["# Properly suspend the system."]
|
||||||
++ (
|
++ (
|
||||||
|
|
Loading…
Reference in a new issue