mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
fix(tuxedo/pulse/15/gen2): prevent 'Secure display: Generic Failure' warning
This commit is contained in:
parent
256f598a1b
commit
dd18dc7714
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
../../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
hardware.amdgpu.loadInInitrd = lib.mkDefault false;
|
||||
|
||||
services.udev.extraRules = lib.concatStringsSep "\n" (
|
||||
["# Properly suspend the system."]
|
||||
++ (
|
||||
|
|
Loading…
Reference in a new issue