Skip to content

Commit

Permalink
Revert "feat(taiyi): test removing crash workarounds"
Browse files Browse the repository at this point in the history
This reverts commit 274f70f.
  • Loading branch information
nevivurn committed Jun 11, 2024
1 parent ac7df40 commit 7ae49ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions systems/taiyi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ in

## Boot

# try to address crashes
# ref: https://bugzilla.kernel.org/show_bug.cgi?id=206903#c322
boot.kernelParams = [
"amdgpu.ppfeaturemask=0xffffbffd"
"iommu=pt"
];

boot.initrd.postDeviceCommands = lib.mkAfter ''
zfs rollback rpool/local/root@empty
'';
Expand Down

0 comments on commit 7ae49ba

Please sign in to comment.