mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix AMD kernel config option stopping VM
This commit is contained in:
parent
6b15b63699
commit
fd87000792
1 changed files with 6 additions and 0 deletions
|
|
@ -26,7 +26,13 @@ _:
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
kernelPatches = lib.singleton {
|
||||||
|
name = "fix_amd_mem_access";
|
||||||
|
patch = null;
|
||||||
|
extraStructuredConfig.HSA_AMD_SVM = lib.kernel.yes;
|
||||||
|
};
|
||||||
zfs = {
|
zfs = {
|
||||||
|
package = pkgs.zfs_unstable;
|
||||||
devNodes = "/dev/disk/by-id/";
|
devNodes = "/dev/disk/by-id/";
|
||||||
forceImportAll = true;
|
forceImportAll = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue