imxyy-nix: disable amdgpu runtime power management

This commit is contained in:
2026-08-30 15:39:29 +08:00
parent 1beb5a3338
commit 83cfd6969c
+3
View File
@@ -34,6 +34,9 @@ in
resumeDevice = btrfs;
kernelParams = [
"resume_offset=6444127"
# Fix connector hotplug at ly display manager
"amdgpu.runpm=0"
];
zswap.enable = true;