mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 09:58:47 +08:00
fix(tuxedo/pulse/15/gen2): prevent 'Secure display: Generic Failure' warning
This commit is contained in:
@@ -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."]
|
||||||
++ (
|
++ (
|
||||||
|
|||||||
Reference in New Issue
Block a user