devices.pc: add btrfs patch

This commit is contained in:
2025-12-14 12:11:39 +08:00
parent a0cf0045df
commit 73c061a350

View File

@@ -42,7 +42,7 @@ inputs:
];
nixpkgs = { march = "znver5"; rocm = true; };
sysctl.laptop-mode = 5;
kernel.variant = "cachyos";
kernel = { variant = "cachyos"; patches = [ "btrfs" ]; };
};
hardware = { gpu.type = "amd"; asus = {};};
services =