mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-27 05:19:43 +01:00
fix(tuxedo/pulse/15/gen2): prevent 'Secure display: Generic Failure' warning
This commit is contained in:
parent
1e70de20a7
commit
cbbdc22fb6
1 changed files with 2 additions and 0 deletions
|
@ -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