From 3a6fb431b89672939121eef5e4f80a68abfe994c Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:32:15 -0700 Subject: [PATCH] remove bcachefs warn --- systems/disk-config.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/systems/disk-config.nix b/systems/disk-config.nix index d543dca..fef5d31 100644 --- a/systems/disk-config.nix +++ b/systems/disk-config.nix @@ -32,11 +32,7 @@ format = "bcachefs"; mountOptions = [ "noatime" - "compression=zstd" - "background_compression=zstd" "discard" - # "fsck" - # "fix_errors" ]; mountpoint = "/"; };