diff --git a/hosts/gerg-desktop/zfs.nix b/hosts/gerg-desktop/zfs.nix index 2e96641..c5de70a 100644 --- a/hosts/gerg-desktop/zfs.nix +++ b/hosts/gerg-desktop/zfs.nix @@ -26,7 +26,13 @@ _: }; boot = { + kernelPatches = lib.singleton { + name = "fix_amd_mem_access"; + patch = null; + extraStructuredConfig.HSA_AMD_SVM = lib.kernel.yes; + }; zfs = { + package = pkgs.zfs_unstable; devNodes = "/dev/disk/by-id/"; forceImportAll = true; };