From c7f40d8ebbb26edaa9403bf7b5fbb5ad66364aa7 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Tue, 21 Jan 2025 17:15:17 +0100 Subject: update to zfs 2.3 --- hosts/toaster/amd.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/toaster/amd.nix') 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 = { -- cgit v1.3.1