mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
Make vm stuff better
This commit is contained in:
parent
445fe9aa37
commit
cc12240ed8
3 changed files with 24 additions and 14 deletions
|
|
@ -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/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue