From 796368d3df56aae89ef765968084045e40c73f9c Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Mon, 2 Sep 2024 19:07:11 +0530 Subject: [PATCH] fix: remove autodefrag from btrfs subvolumes BTRFS subvolumes do not require autodefrag, and it's not recommended for the filesystem. Signed-off-by: Chinmay D. Pai --- systems/x86_64-linux/thonkpad/hardware.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/systems/x86_64-linux/thonkpad/hardware.nix b/systems/x86_64-linux/thonkpad/hardware.nix index ce95327..650360e 100644 --- a/systems/x86_64-linux/thonkpad/hardware.nix +++ b/systems/x86_64-linux/thonkpad/hardware.nix @@ -31,7 +31,6 @@ _: { fsType = "btrfs"; options = [ "defaults" - # "autodefrag" "compress-force=zstd" "noatime" "ssd" @@ -46,7 +45,6 @@ _: { fsType = "btrfs"; options = [ "defaults" - # "autodefrag" "compress-force=zstd" "noatime" "ssd" @@ -73,7 +71,6 @@ _: { fsType = "btrfs"; options = [ "defaults" - # "autodefrag" "compress-force=zstd" "noatime" "ssd" @@ -87,7 +84,6 @@ _: { fsType = "btrfs"; options = [ "defaults" - # "autodefrag" "compress-force=zstd" "noatime" "ssd" @@ -113,7 +109,6 @@ _: { fsType = "btrfs"; options = [ "defaults" - # "autodefrag" "compress-force=zstd" "noatime" "ssd"