summaryrefslogtreecommitdiff
path: root/hosts/toaster/amd.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-21 17:15:17 +0100
committerGrisha Shipunov2025-01-21 17:15:17 +0100
commitc7f40d8ebbb26edaa9403bf7b5fbb5ad66364aa7 (patch)
treef6730f14477abe54294485498289f69b9db73917 /hosts/toaster/amd.nix
parente2111aa6ec102b90a8742877969053b7bfefa840 (diff)
update to zfs 2.3
Diffstat (limited to 'hosts/toaster/amd.nix')
-rw-r--r--hosts/toaster/amd.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/toaster/amd.nix b/hosts/toaster/amd.nix
index 66a93e6..637f15d 100644
--- a/hosts/toaster/amd.nix
+++ b/hosts/toaster/amd.nix
@@ -5,6 +5,8 @@
boot.kernelParams = [
# use new amd pstate driver
"amd_pstate=active"
+ # fix flicker
+ "amdgpu.dcdebugmask=0x10"
];
# hardware.graphics = {