From 73c061a350aa42c562629aea1e0188c3e918395e Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Sun, 14 Dec 2025 12:11:39 +0800 Subject: [PATCH] devices.pc: add btrfs patch --- devices/pc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 347973d3..3f1fe9c1 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -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 =