Make vm stuff better

This commit is contained in:
Gerg-L 2024-06-05 22:53:42 -04:00
parent 445fe9aa37
commit cc12240ed8
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 24 additions and 14 deletions

View file

@ -46,11 +46,6 @@
};
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/";